In a workbook, which workbookname and sheet will change, but I want to copy into this workbook/sheet I am in when running the macro.
The code for what I want to copy is already written:
Developed a code:
workbooks.open Filename:="S:\Report.xlsx.
Sheets("Januay").select
Range("A1:z100").copy
How can this code be amended to include the objective mentioned above.
The code for what I want to copy is already written:
Developed a code:
workbooks.open Filename:="S:\Report.xlsx.
Sheets("Januay").select
Range("A1:z100").copy
How can this code be amended to include the objective mentioned above.