Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Running macros automaticaly

How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Running macros automaticaly

Yes, you can.
The following line will run the macro "Sicuta" one minute after execition.

Application.OnTime Now + TimeValue("00:01:00"), "Sicuta"


"Fernando" wrote:

How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Running macros automaticaly

I'd start with Chip Pearson's site:
http://www.cpearson.com/excel/OnTime.aspx

(Every 5 minutes, right?)

Fernando wrote:

How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible?


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Running macros automaticaly

Excelent, it works!
Thank you Dave.

"Dave Peterson" escreveu:

I'd start with Chip Pearson's site:
http://www.cpearson.com/excel/OnTime.aspx

(Every 5 minutes, right?)

Fernando wrote:

How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible?


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Running macros automaticaly


Thank you Michel!

"Michel Petit" escreveu:

Yes, you can.
The following line will run the macro "Sicuta" one minute after execition.

Application.OnTime Now + TimeValue("00:01:00"), "Sicuta"


"Fernando" wrote:

How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible?

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
Running VB macros gwtechie72 New Users to Excel 2 November 12th 07 10:04 PM
Running Macros Links and Linking in Excel 3 July 13th 06 11:30 PM
Running Macros when on the LAN Bettergains Excel Discussion (Misc queries) 0 October 6th 05 09:38 PM
running macros Jay Excel Discussion (Misc queries) 2 April 29th 05 12:56 AM
HELP: Running two Macros, one before the other Bobbak Excel Programming 3 December 8th 03 02:08 PM


All times are GMT +1. The time now is 12:42 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"