T
tarantula
I have a word macro that copies all the data from the active worksheet
and pastes it in a different excel workbook based on a template.I used
the following code:
sheets(1).Copy Before=Workbooks(WkbName).Sheets(1)
But it results in a new worksheet being inserted in the Workbook
WkbName..which i dont want.i want the data to be copied to the first
sheet of the workbook 'WkName'
Please Help!!
its urgent...
and pastes it in a different excel workbook based on a template.I used
the following code:
sheets(1).Copy Before=Workbooks(WkbName).Sheets(1)
But it results in a new worksheet being inserted in the Workbook
WkbName..which i dont want.i want the data to be copied to the first
sheet of the workbook 'WkName'
Please Help!!
its urgent...