Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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!!! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Write a macro named "Auto_Open". This macro will be executed as soon the
workbook gets open. Sub Auto_Open() UserForm1.Show End Sub Regards reklamo "voxendine" wrote: 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!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
show worksheet along with form | Excel Discussion (Misc queries) | |||
Show Form and Hide Worksheet on Load | Excel Programming | |||
In Excel how do I show the contents of just 1 row as a form? | Excel Discussion (Misc queries) | |||
How to show to a form in excel vba? | Excel Programming | |||
Help! Animated gif-image in form does not show animation when form loaded | Excel Programming |