View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Erik Erik is offline
external usenet poster
 
Posts: 96
Default Using the popup calendar

I have created a popup calendar in a user form, but I can't figure out how to
get the date clicked on into a variable in a sub. Basically, I want my sub
to call the calendar and assign the selected value to variable nDate to used
later. Any suggestions?
Erik