Results 1 to 6 of 6

Thread: Making Excel invisible!!

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Location
    Oxford UK
    Posts
    76

    Question Making Excel invisible!!

    Hi guys, with your help I've created a nice form in XL using VB code. I'm looking at giving it that professional look so I can distribute it around the company I work for. I would like it to look like a stand alone program if this is possible. At the moment I'm using the following code in the excel workbook:
    Code:
    Private Sub Workbook_Open()
    Application.Visible = False
    frmSplash.Show
    End Sub
    The problem with this is the application opens and shows for a brief second before hiding which doesn't look to good. Is there anyway to improve on this?
    Thanks
    Last edited by thelocaluk; Dec 12th, 2005 at 10:36 AM.

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