View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Excel 2003 vs Excel 2007 VBA

If you're using an actual userform in the VBE, ignore this.

But if you're trying to use a worksheet as that form, then look at Debra
Dalgleish's site:

http://contextures.com/xlForm02.html
http://contextures.com/xlForm03.html
http://contextures.com/xlDataVal01.html


forest8 wrote:

Hello

I need to create a data entry form but I currently use Excel 2003 but the
intended users have Excel 2007.

I also need to create a form in which it actually looks like the paper
version with labels and multiple type of data to be entered: dates, text,
check boxes, drop down menus.

Is there a good source for me to use?

Thanks
Forest


--

Dave Peterson