S
Sri via OfficeKB.com
Hello,
I run a macro from currWB which produces the sheet "Overview".
Before I finish my macro, I need to copy this sheet into another workbook
destWB.
I use the following command but gettingthe error "subcript out of range".
Workbooks(currWB).Sheets("Overview").Copy After:=Workbooks(destWB).Sheets.
Count
Any help in this regard please ...???
Sri
I run a macro from currWB which produces the sheet "Overview".
Before I finish my macro, I need to copy this sheet into another workbook
destWB.
I use the following command but gettingthe error "subcript out of range".
Workbooks(currWB).Sheets("Overview").Copy After:=Workbooks(destWB).Sheets.
Count
Any help in this regard please ...???
Sri