Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Want VB form to show in Excel Worksheet

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
show worksheet along with form cj2k2k Excel Discussion (Misc queries) 5 July 2nd 07 11:48 AM
Show Form and Hide Worksheet on Load Chris George Excel Programming 7 October 15th 06 02:43 PM
In Excel how do I show the contents of just 1 row as a form? Sasha Excel Discussion (Misc queries) 6 August 15th 06 12:22 PM
How to show to a form in excel vba? Grd Excel Programming 2 July 19th 05 01:19 AM
Help! Animated gif-image in form does not show animation when form loaded JoCa Excel Programming 4 September 23rd 04 07:43 PM


All times are GMT +1. The time now is 07:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"