Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("Prices").Cells(1, 3).Activate
-- Vasant "Khlaudhya" wrote in message ... Hi there, I have a given range named "Prices" selected and I want to activate the third column and first row of that range. I have Range("Prices").Select Cells(1, 3).Activate but this returns the cell "C1" activated. Any ideas? Thank you very much. Regards, Khlaudhya |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Vasant Nanavati wrote:
Range("Prices").Cells(1, 3).Activate Or simply Range("Prices")(1, 3).Activate Alan Beban |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting the first cell of the last row in a range | New Users to Excel | |||
Selecting range in list of range names depending on a cell informa | Excel Discussion (Misc queries) | |||
Selecting a cell in a range | Excel Worksheet Functions | |||
Selecting a Range inside a range | Excel Programming | |||
Selecting a cell range | Excel Programming |