Batch file to update links

Cyril.exe

New Member
Joined
Mar 19, 2002
Messages
5
Is there any way I can schedule an Excel File to open itself and update the links and close itself daily?
I have ticked the iteration box in tools, options, calculations and each time I close the Spreadsheet it is unticked. Any Ideas?

cheers
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You can use the application.ontime event to run scheduled routines, BUT:

You must leave excel running. You can close the file, and it will open itself at the appropriate time, but if you have macro warnings enabled, I believe it will sit and wait until you click enable macros.

Check out the VB help, or post back here if this will meet your needs and I'll post some code.
 
Upvote 0
Thanks very much for this, the code would be much appreciated though if you could send it I would be very grateful
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,442
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top