Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
That idea worked great! Thanks for that....I'm gonna have to construct one super huge file but its a neat way of getting the job done! For anyone (like myself) completely new to this stuff, heres how I did it... Sub UpdateExtSheet1() ' Open External Sheet Workbooks.Open Filename:="G:\sheet1.xls" Windows("sheet1.xls").Activate ' Macro I wish to run goes here --------------------- ' Macro ended ' Save and close external sheet ActiveWorkbook.Save ActiveWindow.Close Thanks again Keilan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo Box / Hard Coded List | Excel Discussion (Misc queries) | |||
Index Sheet which summarizes all cells with hard coded data. | Excel Programming | |||
References to open/hidden workbooks become hard-coded in formulas - 2003 | Excel Discussion (Misc queries) | |||
References to open/hidden workbooks become hard-coded in formulas- 2003 | Excel Programming | |||
Find Hard Coded Cells | Excel Programming |