Hello all,
I am new and still learning macros, using Excel 2010 on Wins 7. I am in need of finding/creating a macro that's purpose would be to:
Thanks in advance!
I am new and still learning macros, using Excel 2010 on Wins 7. I am in need of finding/creating a macro that's purpose would be to:
- Go through every workbook in a defined directory (C:\test)
- Locate the Worksheet named "Change Log", in every single Workbook in C:\test
- In the "Change Log" Worksheet, find/locate the row in which column A has a "X" in it
- Copy that row from B:Y
- Paste the copied data into the Macro Workbook (this macro Workbook will not be saved in C:\test) starting in B4:Y4 and continuing down until the macro has ran through every Workbook in the defined directory (C:\test)
- Upon running the macro again, it clears the current data that was previously copied
Thanks in advance!