View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Subs Subs is offline
external usenet poster
 
Posts: 15
Default problem with coding

Hi all

Please, can anybody let me know how to fix my problem.
I have a userform which has two textboxes where a user fills in the
startdate and an enddate.
The userform also has a listbox which is populated & loaded in a procedure.
Another procedure will process the dates, and selection from the Listbox.
and print it out.
However I would like to give the user the option of changing the dates by
using a command button that would use the AddDate method.
I am not sure where to place the code for this button as after the
UserForm_Intialize event has fired the user will not be able to change
these dates using the command buttons.

Any help would be greatly appreciated.

Kind Regards

Subs