ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel Window (https://www.excelbanter.com/excel-programming/351372-excel-window.html)

Jason Zischke

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

N10

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




Jason Zischke

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





Jim Thomlinson[_5_]

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






All times are GMT +1. The time now is 07:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com