View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Open another excel file in macro

Use the Open method of the Workbooks object.

Workbooks.Open Filename:=your_file_name


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"DKY" wrote in
message ...

I'm trying to open another excel file to no avail. Here's what
I have:

Code:
--------------------
Dim Location As String
Location = "U:\BridgeRun_" & VendorCode & "_" & Months &
"_Months.xls"
GetObject (Location)
--------------------

Any other ideas?


--
DKY
------------------------------------------------------------------------
DKY's Profile:
http://www.excelforum.com/member.php...o&userid=14515
View this thread:
http://www.excelforum.com/showthread...hreadid=543838