View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ianripping[_8_] ianripping[_8_] is offline
external usenet poster
 
Posts: 1
Default Opening multiple workbooks

Currently I have a mcro that opens up one workbook: -

Sub Macro1()
Workbooks.Open Filename:="C:\Data\Book2.xls"
End Sub

Can I make this Macro open all .xls files in the current Directory: -
Like

Sub Macro1()
Workbooks.Open Filename:="C:\Data\*.xls"
End Sub

Any ideas

--
Message posted from http://www.ExcelForum.com