C
Cesar Zapata
Hello,
Am i having a brain freeze or is this a bug?
I have 2 workbooks so I need to copy the below range in the main
workbook to the activesheet.
thisworkbook.Sheets("sheet2").Range(Cells(2, 3), Cells(2, 10)).Copy '
this is the main workbook
but I get this error applcation-defined object deifned error.
even if I select the mainworkbook sheet1 still get the error but if i
select the mainworkbook sheet2 is works ok.
I hope you can help me.
thanks,
Cesar
Am i having a brain freeze or is this a bug?
I have 2 workbooks so I need to copy the below range in the main
workbook to the activesheet.
thisworkbook.Sheets("sheet2").Range(Cells(2, 3), Cells(2, 10)).Copy '
this is the main workbook
but I get this error applcation-defined object deifned error.
even if I select the mainworkbook sheet1 still get the error but if i
select the mainworkbook sheet2 is works ok.
I hope you can help me.
thanks,
Cesar