View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Vb macros to schedule the excel sheet invisible mode

or to hide excel completely:

Application.Visible = False

however.. be sure to make your code bulletproof..
and make sure that if an error is encountered
you either handle it or set application.visible to True.

it's not easy to get it visible again from "the outside"..


keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"Frank Kabel" wrote:

Hi
what do you mean with 'invisible mode'
maybe
application.screenupdating=false

--
Regards
Frank Kabel
Frankfurt, Germany

"psk" schrieb im Newsbeitrag
...

Hi Friends,
I need to schedule the excelsheet conatining macros .For that what i
have to include in the VBcode to run in the invisble mode .also for
the code ..which reference i have to include ..Can u help me ?

When i schedule it ,it is opening the excel sheet.

Thanks


--
psk
---------------------------------------------------------------------
--- psk's Profile:
http://www.excelforum.com/member.php...o&userid=15738 View
this thread:

http://www.excelforum.com/showthread...hreadid=272624