View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
voxendine voxendine is offline
external usenet poster
 
Posts: 1
Default Want VB form to show in Excel Worksheet

Through the VB attached with Excel, I have built a form for users to fill
out. I need to know how to make the form visible in an Excel worksheet so
that when they open the excel file, the form is visible right away on the
first worksheet.

Is there a way to call the form to the worksheet, or am I going to have to
rebuild the form IN the worksheet itself. (I'm also going to need to print
the form, so again, should I have put this in the worksheet?)

Any advice would be greatly appreciated!!!