View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
L Scholes L Scholes is offline
external usenet poster
 
Posts: 54
Default date update in VBA

txtDate and txt due are both DTPickers and the "CheckBox" value is set
to "true" so there is a check box inside the box to activate the date,
i.e. no check box = no date, check box = date. I have the checkbox set
to be false by default so it won't print unless I ask it to, but I want
the default date to be the same as the date selected in txtDate when it
is activated. Your code has "checkbox1 & 2" but there are no separate
checkboxes.
I do appreciate your help!!!