Ask Your Question
0

how can I run a macro at regular time interval?

asked 2012-08-27 17:39:54 +0200

anonymous user

Anonymous

how can I run a macro at regular time interval?

delete close flag offensive retag edit

Comments

Just an idea: Create a "master macro" that runs at application start. Once started, the master macro could call your "worker" macro in certain intervals. The interval functionality may be based on the oobasic WAIT function or on a loop that compares current time to a certain time.

tohuwawohu ( 2012-08-28 06:49:36 +0200 )edit

2 Answers

Sort by » oldest newest most voted
0

answered 2012-08-28 03:30:56 +0200

mariosv gravatar image mariosv flag of Spain
4659 20 46

updated 2012-08-28 03:32:33 +0200

You can find some information here. http://www.oooforum.org/forum/viewtopic.phtml?t=59763

But it is reachable set a regular time interval without macros.

The option Menu/Insert/Link to external data, lets to set an interval time to update the link.

You can set a link with an empty .ods, but you need to have a named range in this file, because is needed to select it to get the link.

In this way I think it is possible to trigger the macro with the update of the cell that receive the link.

link delete flag offensive edit

Comments

Another discussion on the same topic - http://user.services.openoffice.org/en/forum/viewtopic.php?f=20&t=46196

JohnSUN ( 2012-08-28 08:47:23 +0200 )edit
0

answered 2012-08-28 22:56:05 +0200

Engelion gravatar image Engelion
1

many thanks for your help

link delete flag offensive edit

Login/Signup to Answer

Donate

LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-08-27 17:39:54 +0200

Seen: 141 times

Last updated: Aug 28 '12