actuaryinworks
Technical User
Hi all,
I am using the following syntax in Excel's VBA:
xlWBMe.Sheets(sheetname).range(startletter & startline).Select
where xlWBMe = ActiveWorkbook
The same exact syntax works in another workbook. When I copied it into my current workbook, the 'r' in range became small and Excel gives me the error: Select method or Range class failed
Anybody knows why that happens?
I am using the following syntax in Excel's VBA:
xlWBMe.Sheets(sheetname).range(startletter & startline).Select
where xlWBMe = ActiveWorkbook
The same exact syntax works in another workbook. When I copied it into my current workbook, the 'r' in range became small and Excel gives me the error: Select method or Range class failed
Anybody knows why that happens?