View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eddie_SP Eddie_SP is offline
external usenet poster
 
Posts: 1
Default VBA - Monthview working with textboxes

I have an UserForm with one Textbox and one Monthview standard calendar.

When I click on a date, I need this date to be shown on this Textbox and
only later I will confirm that date to be insert in a cell by clicking on a
CommandButton.

Can someone help me with that, please?