F
Fireworks99
I am trying to move 2 worksheets from 1 workbook to another where I know the
name of 1 worksheet but only have a variable with the name of the 2nd
worksheet. When I try the following.....
Sheets(Array(ThisSheetName, "Attribute Definitons")).Move
where "ThisSheetName" is the variable, i get a subscript out of range error
(9). Anyone have any thoughts on how to get around this? Thanks in advance.
name of 1 worksheet but only have a variable with the name of the 2nd
worksheet. When I try the following.....
Sheets(Array(ThisSheetName, "Attribute Definitons")).Move
where "ThisSheetName" is the variable, i get a subscript out of range error
(9). Anyone have any thoughts on how to get around this? Thanks in advance.