Thread
:
Open excel workbook within macro
View Single Post
#
1
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
Open excel workbook within macro
Sub Macro1()
Workbooks.Open Filename:="C:\surprise.xls"
MsgBox (Range("A1").Value)
End Sub
--
Gary''s Student - gsnu200754
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student