J
John Smith
Hi,
I have a problem with excel2003.
UserForm has a textbox which is used to enter a date.
Autofilter is used to show data between two different dates.
It works(partly) as works the autofilter part of the macro(partly).
Partly means that autofilter part works when entering a date to the cell
by hand, but not when used through textbox.
Somehow the textbox is doing something with the data (in this case a
date). After entering the date through textbox You even can't autofilter
it by hand.
Does anyone know what happens to data when it's entered through textbox.
eg. Worksheets(3).Range("A2").Value = txtDate.Value
TIA,
tomi
I have a problem with excel2003.
UserForm has a textbox which is used to enter a date.
Autofilter is used to show data between two different dates.
It works(partly) as works the autofilter part of the macro(partly).
Partly means that autofilter part works when entering a date to the cell
by hand, but not when used through textbox.
Somehow the textbox is doing something with the data (in this case a
date). After entering the date through textbox You even can't autofilter
it by hand.
Does anyone know what happens to data when it's entered through textbox.
eg. Worksheets(3).Range("A2").Value = txtDate.Value
TIA,
tomi