Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone tell me why doesn't work:
Range(Sheets("Word Analysis").Range("A2"), Sheets("KeyWord Analysis").Range("A2").End(xlDown)).EntireRow.Sele ct when this does: Range(Sheets("Word Analysis").Range("A2"), Sheets("KeyWord Analysis").Range("A2").End(xlDown)).EntireRow.Dele te shift:=xlUp I just want to select a cell on a different sheet! it keeps giving me this error code: Runtime error '1004': Select method of Range class failed I just want to select a cell on a different sheet! I cant even get a basic reference like: Worksheets("Keyword").Range("A1").Select to work unless I am already on the "Keyword" worksheet. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting in a Pivot Table unselected fields | Excel Worksheet Functions | |||
NEED VBA TO SELECT A CELL; NOTE THE CELL VALUE;COPYADJ CELL;FIND CELL VALUE IN A RANGE AND SO ON | Excel Programming | |||
Delete Unselected Rows | Excel Discussion (Misc queries) | |||
Select last cell in range | Excel Programming | |||
how to delete unselected columns in a table, thanks | Excel Programming |