-
Excel VBA - Reshow A UserForm
I have an app with a single userform.
On this userform is a bunch of controls from which the user will make selections. Once the selections have been made, a button is clicked and my code iterates through a folder, opening individual spreadsheets, extracting some numbers from each, and putting these numbers on a separate excel file.
Once this entire process is done, I want the newly created excel file with all of these numbers to be shown. Thus far, the only way I can get rid of the userform so the excel file is shown is to hide it. The problem is that it is a single userform app, so, once hidden, there is no way to show it again without restarting the app.
Is there a way I can keep my userform up, but place the newly created excel file in front of it?
-
A Google search turned up
Code:
Application.Windowstate = xlMinimized
I thought this might do the trick, but for some reason, it doesn't do a thing to the userform.
Last edited by Hack; 09-11-2008 at 11:43 AM.
Similar Threads
-
By Hack in forum VB Classic
Replies: 4
Last Post: 08-06-2008, 07:19 AM
-
By Hack in forum VB Classic
Replies: 3
Last Post: 07-14-2008, 08:13 AM
-
By slimasian in forum .NET
Replies: 0
Last Post: 05-15-2008, 04:24 PM
-
By scgamecock in forum VB Classic
Replies: 1
Last Post: 10-24-2007, 01:40 AM
-
Replies: 1
Last Post: 01-02-2007, 09:58 AM
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|