Hi Everyone
I want to write down a code which activates a specific .xls file, copies some cells and pastes them to the current excel sheet that I have. How can I do that??? Please help. I tried this
Workbooks("DesignTable1").Worksheets("Sheet1").Activate
and the result is a MsgBox "Script out of range"
What do I do wrong???
I want to write down a code which activates a specific .xls file, copies some cells and pastes them to the current excel sheet that I have. How can I do that??? Please help. I tried this
Workbooks("DesignTable1").Worksheets("Sheet1").Activate
and the result is a MsgBox "Script out of range"
What do I do wrong???