Consulting

Results 1 to 7 of 7

Thread: Solved: Minimizing Excel

  1. #1

    Talking Solved: Minimizing Excel

    Is there a way that when I press a button on Excel to Run a macro to open a UserForm

    Is there a way to hide Excel and just show the UserForm, the problem I get is when I ask Excel to Minimise it also hides the UserForm.

    I'm guessing it's not possible.

    It's just I dont really want Excel showing so I can use the applications behind it. Bit more user friendlier lol


  2. #2
    VBAX Master
    Joined
    Jul 2006
    Location
    Belgium
    Posts
    1,286
    Location
    [VBA]application.visible = False[/VBA]but you better make sure that this setting is resetted to true on exit or when an error occurs.

  3. #3
    where do i put the code to reset the window on error and what would that code be?

  4. #4
    well blow me down....... it works

  5. #5
    here's one for ya - is there a way to put an icon on the taskbar so that if I open IE or something I can get back to it easily without having to minimise everything else?

  6. #6
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Windows does that as amatter of course.

    You can also use Alt-Tab to tab through apps.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  7. #7
    Of course, how silly!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •