Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Calling Macros from another sheet without any hard coded references

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combo Box / Hard Coded List trip_to_tokyo[_3_] Excel Discussion (Misc queries) 1 January 2nd 10 11:31 AM
Index Sheet which summarizes all cells with hard coded data. ExcelMonkey[_161_] Excel Programming 1 December 1st 04 05:53 PM
References to open/hidden workbooks become hard-coded in formulas - 2003 L Mehl Excel Discussion (Misc queries) 2 November 27th 04 09:28 PM
References to open/hidden workbooks become hard-coded in formulas- 2003 Larry Mehl Excel Programming 1 November 27th 04 11:15 AM
Find Hard Coded Cells Steph[_3_] Excel Programming 3 November 7th 04 04:18 PM


All times are GMT +1. The time now is 03:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"