R
ryu
I am trying to store the values of all the data in the worksheet but
keep getting the Run-time error '1004'. Please help.
Here is my code
Dim RangeValues As Variant
RangeValues
srcWorkBook.Worksheets(sheetName).Range("A2",Range("A2").End(xlDown).End(xlToRight)).Value
Thank you so much
keep getting the Run-time error '1004'. Please help.
Here is my code
Dim RangeValues As Variant
RangeValues
srcWorkBook.Worksheets(sheetName).Range("A2",Range("A2").End(xlDown).End(xlToRight)).Value
Thank you so much