Results 1 to 4 of 4

Thread: maximize/minimize buttons

  1. #1
    crusty
    Guest

    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......

  2. #2
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343
    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

    BOFH Now, BOFH Past, Information on duplicates

    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...

  3. #3
    crusty
    Guest
    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.....

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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
  •  



Click Here to Expand Forum to Full Width