View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
vishal vishal is offline
external usenet poster
 
Posts: 11
Default Datepicker not visible on the MSFlexgrid.

Hi all,
I am using Excel 2002. I am creating one form to enter/view some data. I am
using MSflexgrid to to display my date data from the worksheet. I need to
change the data on the same form. As the data is of Date type I am using
DatePicker control to modify the data. I got example for editing MSflexgrid
using textbox at runtime. It works for the text box but not for the
datepicker. Can anybody help me?

Thanks in advance.