I
Ivan
Hi,
An error "Method 'Range' of object'_Worksheet' failed"
is encountered when I run the following codes to select the cell in Excel.
xlsActiveSheet.Range(Cells(6, 5), Cells(6, 7)).Select
However it works fine in this
xlsActiveSheet.Range("E6:G6").Select
both codes should work fine since I have found from the help !! Does
anyone know the reason ?
An error "Method 'Range' of object'_Worksheet' failed"
is encountered when I run the following codes to select the cell in Excel.
xlsActiveSheet.Range(Cells(6, 5), Cells(6, 7)).Select
However it works fine in this
xlsActiveSheet.Range("E6:G6").Select
both codes should work fine since I have found from the help !! Does
anyone know the reason ?