Hey All,
I am trying to make a macro that has a userform that asks the user for todays date. Then apply it to a column and replace all previous dates with the user input (today's date).
Pseudo-code-
if contents in column are less than user input:
replace with user input.
An example is:
A cell in column C has contents : 20110622
User input is 20110623
Replace the cell in column C with user input.
Thanks for looking at this thread
William
I am trying to make a macro that has a userform that asks the user for todays date. Then apply it to a column and replace all previous dates with the user input (today's date).
Pseudo-code-
if contents in column are less than user input:
replace with user input.
An example is:
A cell in column C has contents : 20110622
User input is 20110623
Replace the cell in column C with user input.
Thanks for looking at this thread
William