Consulting

Results 1 to 3 of 3

Thread: Activate Excel Window

  1. #1
    VBAX Regular
    Joined
    Jan 2009
    Posts
    57
    Location

    Activate Excel Window

    I have a timer running in Workbook1.xlsm that runs code when it reaches zero.

    Is there a way to get the workbook to show itself if I am currently viewing another application such as a webpage?

  2. #2
    At the end you process: Application.Visible = 1

  3. #3
    VBAX Regular
    Joined
    Jan 2009
    Posts
    57
    Location
    Thanks omnibuster. I've tried that but XP won't let it show, the tab on the Taskbar just flashes.

Posting Permissions

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