Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
I need the code that go to specific folder then go for each workbook in folder open (worksheets like 1st,2nd,3rd up to 31st) find content name (Test) in range(A1:AE100) then copy the row to master file.
Thanks and Regards,
Posted

You might want to start from here[^].
 
Share this answer
 
Use the Select method.

Example...

SQL
CType(Me.Application.ActiveWorkbook.Sheets(1), Excel.Worksheet).Select()
 
Share this answer
 
By searching google or any search engine site.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900