View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default how to open your workbook with a form



Good advice here...
http://www.cpearson.com/excel/newposte.htm

If you want the form to show when the workbook opens,
then the code to show the form can be called from the
ThisWorkbook module - Workbook_Open sub.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)




"gbpg"
wrote in message
I am new using forms. I want the main form I am designing to default to users
everytime the workbook is opened any ideas?