Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Hide Every Thing during UserForm Loads


Hi,

I prepared one userform showing detail from worksheet. when it loads
then worksheet is displayed behind with all toolbars and menubars.

I want to display userform only without viewing worksheets and any
thing.
I used this command


ActiveWindow.WindowState = xlMinimized

but still active sheet is visible in the left corner of the bottom.
how to fix this problem

Regards.

Shahzad
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Hide Every Thing during UserForm Loads

hi
you can hide excel and keep the form visible when you load your form.

application.visible = false

the form would appear in the middle of your desktop theme.
then when you close your form..

application.visible = true

this will make excel visible again.

regards
FSt1


"Shazi" wrote:


Hi,

I prepared one userform showing detail from worksheet. when it loads
then worksheet is displayed behind with all toolbars and menubars.

I want to display userform only without viewing worksheets and any
thing.
I used this command


ActiveWindow.WindowState = xlMinimized

but still active sheet is visible in the left corner of the bottom.
how to fix this problem

Regards.

Shahzad

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Hide Every Thing during UserForm Loads

On Jun 24, 12:49*am, FSt1 wrote:
hi
you can hide excel and keep the form visible when you load your form.

application.visible = false

the form would appear in the middle of your desktop theme.
then when you close your form..

application.visible = true

this will make excel visible again.

regards
FSt1



"Shazi" wrote:

Hi,


I prepared one userform showing detail from worksheet. when it loads
then worksheet is displayed behind with all toolbars and menubars.


I want to display userform only without viewing worksheets and any
thing.
I used this command


ActiveWindow.WindowState = xlMinimized


but still active sheet is visible in the left corner of the bottom.
how to fix this problem


Regards.


Shahzad- Hide quoted text -


- Show quoted text -


Hi,

Thanks for replying, but I dont want to hide Excel for the UserForm,
because when excel hide, then all the things on the desktop are
visible behind the UserForm. I want my userform will display with Blue
Background and nothing else. is it possible?

waiting for your reply.

Shahzad
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
Hide All Excel Toolbars, Menubars etc when UserForm Loads Shazi Excel Programming 2 June 18th 08 02:30 PM
UserForm Loads Slowly Stratuser Excel Programming 8 September 8th 06 04:47 AM
Hide Userform smokiibear Excel Programming 4 January 18th 05 06:54 PM
Userform.hide / show papou[_7_] Excel Programming 0 September 15th 03 03:12 PM
hide a textbox on a userform? Bill Lunney Excel Programming 2 July 31st 03 08:57 AM


All times are GMT +1. The time now is 07:26 AM.

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"