|
-
Feb 20th, 2004, 11:46 AM
#1
Thread Starter
Member
Open and closing a form
How do I close one form and open another in Excel when clicking on a command button? Simple problem I know, just something I havn't needed to do before.
Many Thanks
-
Feb 20th, 2004, 05:27 PM
#2
Lively Member
Code for your button click event with the following:
Unload Me
frmNew.show
However, if you plan to return to the first form, rather than unloading it from memory, you can just hide it.
Me.hide
frmNew.show
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|