View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Sending a parameter to a Userform

Hi Dave,

In the interests of explicitness,

myDate = CDate("21/10/05")


sets the date value which is then used in the UserForm_Initialize event to
determine the initial calendar date.


---
Regards,
Norman