Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use Cells
Sub test() Range(Cells(1, 1), Cells(5, 1)).Select End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "Skyron " wrote in message ... Hey, I'm having trouble finding how to make a selection of cells using integer values rather than text i.e. Range("A1:A5") Is there a way to use Range with integer values? I need to make selections of cells based on an integer counter in a VBA Script Thanks!!! --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
select value in table based on values entered in multiple cells | Excel Worksheet Functions | |||
How do I Select Multiple Non Adjacent Rows based on a cell value? | Excel Worksheet Functions | |||
How to increase counter based on values in 2 different cells | Excel Worksheet Functions | |||
Is there a smart way to select multiple rows based on #2 :) | Excel Programming | |||
Is there a smart way to select multiple rows based on column... | Excel Programming |