Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How can I do this?
Select a cell A(1+any value) ... for example: If any value = 2, the select cell will be A3. |
#2
![]() |
|||
|
|||
![]()
Hi zoombr
You can't select with formulas With code you can do this Try this with a number in B1 Range("A" & Range("B1").Value + 1).Select -- Regards Ron de Bruin http://www.rondebruin.nl "zoombr" wrote in message ... How can I do this? Select a cell A(1+any value) ... for example: If any value = 2, the select cell will be A3. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
select multiple cell ranges in "sumif" formula? | Excel Worksheet Functions | |||
Create a drop down in XL cell to select date | Excel Worksheet Functions | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |