BigDelGooner
Board Regular
- Joined
- Aug 17, 2009
- Messages
- 197
Hi there
I am trying to use the .copy destination:= method to copy a data range from one worksheet to another but I am getting an 'Application-defined or object-defined error'. When I use this method copying just one cell its fine but doesn't seem to like copying the range. Is there something wrong with the following:
Sheets("LOCKED_SecList").Range(Cells(Start_Row, Start_Column), Cells(End_Row, End_Column)).Copy Destination:=Sheets("VIEW_NoDetails").Range(Cells(Start_Row, Start_Column), Cells(End_Row, End_Column))
Really appreciate any help guys...
I am trying to use the .copy destination:= method to copy a data range from one worksheet to another but I am getting an 'Application-defined or object-defined error'. When I use this method copying just one cell its fine but doesn't seem to like copying the range. Is there something wrong with the following:
Sheets("LOCKED_SecList").Range(Cells(Start_Row, Start_Column), Cells(End_Row, End_Column)).Copy Destination:=Sheets("VIEW_NoDetails").Range(Cells(Start_Row, Start_Column), Cells(End_Row, End_Column))
Really appreciate any help guys...