Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Vb macros to schedule the excel sheet invisible mode


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

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

Thank

--
ps
-----------------------------------------------------------------------
psk's Profile: http://www.excelforum.com/member.php...fo&userid=1573
View this thread: http://www.excelforum.com/showthread.php?threadid=27262

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Vb macros to schedule the excel sheet invisible mode

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


  #3   Report Post  
Posted to microsoft.public.excel.programming
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
make button invisible if macros disabled Horatio J. Bilge, Jr. Excel Discussion (Misc queries) 0 November 29th 07 08:43 PM
Confusing Invisible Excel Sheet Jack Excel Discussion (Misc queries) 3 December 5th 06 07:12 PM
how to schedule to run excel macros report Victor Lung Excel Programming 3 October 18th 04 06:59 AM
How to run macros and make the workbooks invisible christine Excel Programming 6 January 9th 04 04:26 AM
thanks TOM. How to run macros and make the workbooks invisible christine Excel Programming 3 January 5th 04 12:59 PM


All times are GMT +1. The time now is 03:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"