View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
cosmoKen cosmoKen is offline
external usenet poster
 
Posts: 2
Default Date Time Picker : Error 35788

I found the solution of my own question :

Just before setting the value, it has to be visible.
So, because I'm in a multipage control, I add before :
Me.multiPage1.value=1 '1 is the tab index where the DTPicker is placed

Thanks me ;)