Hello guys,
I'm stuck a little bit and need you help
Right now, i m able to copy range content with header and past it in another worksheet and this is my code
What i m trying to achieve now is copy range (A:G) without header and past it after row number 290.
Can you please help me with this ?
I'm stuck a little bit and need you help
Right now, i m able to copy range content with header and past it in another worksheet and this is my code
VBA Code:
'Workbooks("Projects.xls").Worksheets("Projects").Range("A:G").Copy Workbooks("Suivi.xlsx").Worksheets("LogPMReports").Range("A:G")
What i m trying to achieve now is copy range (A:G) without header and past it after row number 290.
Can you please help me with this ?