View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
TheDuck[_4_] TheDuck[_4_] is offline
external usenet poster
 
Posts: 1
Default Flashing worksheets behind a userform

The answer from dude! is a good one but if you don't want to go down
that path you could always just hide Excel. As you're running lots of
userforms, then


Code:
--------------------
Application.Visible = False
--------------------


into the Workbook_Open sub would hide the instance of Excel.

Just a thought.

Geoff (TheDuck)


---
Message posted from http://www.ExcelForum.com/