• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Open Save and Close

Akhi

New Member
I have a small task to do.
My excel file is linked to SQL thru ODBC. Whenever i open file its set to refresh automatically.

All i need to do is open the file daily at a scheduled time, then wait for a minute or two to get it refreshed automatically and then close it.

I have been googling a lot but couldn't find a solution to this problem.

Thanks in Advance.
 
Hi,

If you want to schedule your task, you can do it from Windows Menu: Start>Programs>Accessories>Systems tools>Scheduled task in order to open Excel.

Then, within the workbook: do with the Workbook_Open() Event ...
 
Back
Top