![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Location: Houston TX
Posts: 549
|
I've forgotten how to use CELLS to refer to multiple CELLS such as RANGE can.
Thank you. Bill |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Apr 2002
Location: Midlands, UK
Posts: 217
|
Hi Bill,
As Cells is a object of Range I'm not sure you can use Cells this way ( though someone please correct me if I'm wrong ). The only thing I can think of which comes close is : Range(Cells(1, 1), Cells(5, 5)).Select but this is still using cells as an object of range. |
|
|
|
|
|
#3 | |
|
Board Regular
Join Date: Apr 2002
Posts: 112
|
Quote:
RANGE(CELLS(Row1,Col1),CELLS(Row2,Col2)).SELECT bergy |
|
|
|
|
|
|
#4 | |
|
Board Regular
Join Date: Apr 2002
Posts: 112
|
Quote:
RANGE(CELLS(Row1,Col1),CELLS(Row2,Col2)).SELECT bergy |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|