ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   workbook_open option (https://www.excelbanter.com/excel-programming/356841-workbook_open-option.html)

Aaron

workbook_open option
 
Hi,

I have a file named Schedule Master.xls in which I manipulate and save as a
name+date.xls. When I open the Schedule Master, I have code to automatically
import a new set of data. However, if I need to open my name+date.xls files
in the future, I want to use the data already there...NOT download new data.

I'm wondering if I can enter code on the workbook_open event that will look
at the name of the file. If it is named Schedule Master, then run download
macro. IF it is not, then nothing. Any help and/or other ideas would be
wonderful.

Doug Glancy

workbook_open option
 
Aaron,

If ThisWorkbook.name = "Schedule Master" then
'download code here
endif

hth,

Doug

"Aaron" wrote in message
...
Hi,

I have a file named Schedule Master.xls in which I manipulate and save as

a
name+date.xls. When I open the Schedule Master, I have code to

automatically
import a new set of data. However, if I need to open my name+date.xls

files
in the future, I want to use the data already there...NOT download new

data.

I'm wondering if I can enter code on the workbook_open event that will

look
at the name of the file. If it is named Schedule Master, then run

download
macro. IF it is not, then nothing. Any help and/or other ideas would be
wonderful.





All times are GMT +1. The time now is 10:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com