Thread: Macro Help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] kellywiggett@gmail.com is offline
external usenet poster
 
Posts: 7
Default Macro Help

This is as far as I got:

Sub GetTheData()
Dim Master As Worksheet


And it's only importing from the first two workbooks in the directory
the first time I run it. The second time I run it it imports the 1st
workbook only. Weird. Any help is greatly appreciated.