Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone help with this Ver 8.0 Excel problem?
When running this code it fails at the Select line even though "Bingo" is a valid Worksheet in the Workbook :- Dim sht As WorkSheet Set sht = Worksheets("Bingo") With sht .Range(Cells(1, 2), Cells(1, 2)).Select End With Does it need ActiveWorkbook in front of Worksheets? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Narrow Range based on Selection in Another Range | Excel Discussion (Misc queries) | |||
Identifying a selection of a selection of a range | Excel Worksheet Functions | |||
Excel VBA - Range(Selection, Selection.End(xlDown)).Name issue. | Excel Programming | |||
Creating range name for a range selection | Excel Programming | |||
Selection of range | Excel Programming |