Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default Auto show a form

Whets the best way to have a form show on opening of a spreadsheet?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default Auto show a form

In a module place the following.

Sub Auto_Open()
Sheets("Form-Home").activate ' The sheetname that the form is assigned to
Formname.show ' The name of the form
end sub
--
Pops Jackson


"Striker" wrote:

Whets the best way to have a form show on opening of a spreadsheet?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Auto show a form

One way:

Option Explicit
Sub Auto_Open()
userform1.show
end sub

This would go in a general module.

Striker wrote:

Whets the best way to have a form show on opening of a spreadsheet?


--

Dave Peterson
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
Auto show data but without using Auto Filter LP Excel Discussion (Misc queries) 1 April 8th 09 12:06 AM
How do I do? A personalized form, similar to Show data Form Isaac[_2_] Excel Programming 0 July 5th 06 08:14 PM
Form.Show problem Glen Mettler[_4_] Excel Programming 2 August 9th 05 01:51 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 12:15 PM.

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

About Us

"It's about Microsoft Excel"