View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Form development question

Matt,

You may want to review "Using ActiveX controls on a document" in the VBA help file.
Also, you may want to consider the controls from the Forms toolbar found at...
View | Toolbars | Forms.
These are not as versatile, but easier to use with fewer problems.

Regards,
Jim Cone
San Francisco, USA

"Matt Jensen" wrote in message ...
Howdy
Is there anything wrong with creating an application by placing form
elements such as a text boxes directly onto a worksheet?
Cheers
Matt