Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 147
Default Excel Window

Hi all,

I'm looking for the API Calls for the excel window to be hidden however I
still want the userforms to come up on the screen. If anybody can help me
that would be greatly appreciatly.

Jason
  #2   Report Post  
Posted to microsoft.public.excel.programming
N10 N10 is offline
external usenet poster
 
Posts: 141
Default Excel Window


Hi Jason

Does this help you

Application.Visible = False

UserForm1.Show

Best N10



"Jason Zischke" wrote in message
...
Hi all,

I'm looking for the API Calls for the excel window to be hidden however I
still want the userforms to come up on the screen. If anybody can help me
that would be greatly appreciatly.

Jason



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 147
Default Excel Window

N10

Thanks That worked perfectly.

Jason Zischke

"N10" wrote:


Hi Jason

Does this help you

Application.Visible = False

UserForm1.Show

Best N10



"Jason Zischke" wrote in message
...
Hi all,

I'm looking for the API Calls for the excel window to be hidden however I
still want the userforms to come up on the screen. If anybody can help me
that would be greatly appreciatly.

Jason




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 486
Default Excel Window

Be careful doing this kind of thing. Some potential problems a

In case of a crash your error handler has to bring the application back or
the user will loose other spreadsheets they may have been working on.

Users will believe that spreadsheets that they had open are gone and they
will try to reopen them. This will cause problems as they are already open in
the hidden instance.

If the user tries to open other spreadsheets they will open in the hidden
instance of Excel.

The user will open new instances of Excel and then when you re-activate the
original instance of Excel they will have two instances which can cuase some
difficulties.

I am not saying don't do it just be aware of the side effects of hiding the
application...
--
HTH...

Jim Thomlinson


"Jason Zischke" wrote:

N10

Thanks That worked perfectly.

Jason Zischke

"N10" wrote:


Hi Jason

Does this help you

Application.Visible = False

UserForm1.Show

Best N10



"Jason Zischke" wrote in message
...
Hi all,

I'm looking for the API Calls for the excel window to be hidden however I
still want the userforms to come up on the screen. If anybody can help me
that would be greatly appreciatly.

Jason




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
How can I "re-hook" my worksheet window to my Excel window? Jal Excel Discussion (Misc queries) 1 August 29th 08 10:11 PM
How can I "re-hook" my worksheet window to my Excel window? Jal Excel Discussion (Misc queries) 0 August 29th 08 09:38 PM
The window opens in a smaller window not full sized window. Rachael Excel Discussion (Misc queries) 0 November 7th 06 09:04 PM
In Excel - how to delete new window created from window on tool ba Doug Excel Worksheet Functions 1 April 20th 06 09:22 PM
How do I undo the Excel, Window Menu, New Window command OLDFANG Excel Discussion (Misc queries) 2 March 17th 06 05:31 PM


All times are GMT +1. The time now is 02:00 PM.

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"