S
Sue
I have a spreadsheet that has 6 columns (B through G) that will be populated
using Data, Form to give the input a consistant interface. I want to have
the current date entered automatically in the corresponding cell in Column A
so that I can run reports based on that date. I am using the
Worksheet_Change (ByVal Target As Range) and it works great if I enter the
data directly in the cells, but if I try to use Date, Form to enter the
data, the date is not automatically put into Column A. Is there anyway to
do this? I don't want the user to have to enter a key combination just to
input the date, it needs to be put there automatically. Any help is greatly
appreciated.
Sue
using Data, Form to give the input a consistant interface. I want to have
the current date entered automatically in the corresponding cell in Column A
so that I can run reports based on that date. I am using the
Worksheet_Change (ByVal Target As Range) and it works great if I enter the
data directly in the cells, but if I try to use Date, Form to enter the
data, the date is not automatically put into Column A. Is there anyway to
do this? I don't want the user to have to enter a key combination just to
input the date, it needs to be put there automatically. Any help is greatly
appreciated.
Sue