Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 144
Default Pls help with Excel UserForm

I have a Userform and I would like to know How I can get back to the form
after it closes. The form will open and I will click on buttons this will
take me to the end of the form and then the form closes. After the form
closes the Excel sheet stays but I can't get back to the form. Can someone
please help me with this? Thank yo.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Pls help with Excel UserForm

If you're the developer (or can change the workbook), you could create a macro
that shows the form:

Option Explicit
Sub ShowTheUserForm()
userform1.show
End sub

Then run this macro (via alt-f8) or even add a button from the Forms toolbar and
plop it onto a worksheet. Then assign this macro to that button.

TotallyConfused wrote:

I have a Userform and I would like to know How I can get back to the form
after it closes. The form will open and I will click on buttons this will
take me to the end of the form and then the form closes. After the form
closes the Excel sheet stays but I can't get back to the form. Can someone
please help me with this? Thank yo.


--

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
fill userform textbox from userform listbox clik event GregJG[_21_] Excel Programming 3 December 7th 08 04:47 PM
Is there an easy Copy/Paste of a Userform ? (Entire Userform Including tx & cbx's) Corey Excel Programming 2 January 9th 07 01:01 PM
Looping procedure calls userform; how to exit loop (via userform button)? KR Excel Programming 6 July 27th 05 12:57 PM
Activating userform and filling it with data form row where userform is activate Marthijn Beusekom via OfficeKB.com[_2_] Excel Programming 3 May 6th 05 05:44 PM
Linking userform to userform in Excel 2003 missmelis01 Excel Programming 2 August 27th 04 08:07 PM


All times are GMT +1. The time now is 09:36 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"