Updating Macro while Excel is closed

karanrathod

New Member
Joined
Nov 26, 2013
Messages
1
Hi all,

Is there any line item in VBA that we can add that will allow the macro to run and the file to update during times that the file is closed.

For example, I would like to update some data every two weeks, however, do not wish to keep opening this file and manually refreshing it.


Thanks in advance for any help.


Karan
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
karanrathod,

Welcome to the MrExcel forum.

What version of Excel and Windows are you using?


Is there any line item in VBA that we can add that will allow the macro to run and the file to update during times that the file is closed.

I do not think so, but, see if the below link will assist you:

Programming The VBA Editor - Created by Chip Pearson at Pearson Software Consulting LLC
This page describes how to write code that modifies or reads other VBA code.
Programming In The VBA Editor
 
Upvote 0
If you want to update the workbook itself (not the VBA code) look at the Application.OnTime Method when you visit the site Hiker95 has provided.
 
Upvote 0

Forum statistics

Threads
1,215,446
Messages
6,124,900
Members
449,194
Latest member
JayEggleton

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