|
-
Apr 17th, 2002, 04:48 AM
#1
maximize/minimize buttons
I have an excel macro which has been programmed by a non excel user!
On startup it deletes all the toolbars from the screen (OK but why doesn't he replace them on quit??),
I've managed to fix this but can't find the part where the maximize, minimize and close buttons are switched off.
does anyone know how this is done?
thanks for taking the time......
-
Apr 17th, 2002, 04:58 AM
#2
Not exactly difficult .... programming excel I mean 
How about pasting the code they used to get rid of everything then we will point out where it is (hehehe in a perfect world...) 
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Apr 17th, 2002, 05:27 AM
#3
Got it.
Application.DisplayFullScreen=true
I've changed this to
Application.DisplayFullScreen=false
and it now displays the max,min and close buttons
thanx for help.....
-
Apr 17th, 2002, 05:36 AM
#4
deja vu
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
|