DatePicker problem with Excel

N

Noam

Hi,

When using the DatePicker control in EXCEL'S worksheet, every time I
open it, it opens with wierd height and width, and only when I scroll
the sheet up and down it gets ok.
when putting at the load of the sheet the next commands (changing the
height 2 times..) :
ThisWorkbook.Worksheets(1).DTPicker1.Height = 17
ThisWorkbook.Worksheets(1).DTPicker1.Height = 18

it gets ok.

someone has a solution to that problem ?

thanks....
 
Top