Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The the range select below I would like to be able to start the cursor in any
row and have it select columns A:C Range("A16:C16").Select Thanks for any assistance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
you have answers under your post in programming. FSt1 "Roy A." wrote: The the range select below I would like to be able to start the cursor in any row and have it select columns A:C Range("A16:C16").Select Thanks for any assistance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
r = ActiveCell.Row
Range("A" & r & ":C" & r).Select -- Gary''s Student - gsnu200773 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
r = ActiveCell.Row
Range("A" & r & ":C" & r).Select Thank you Gary, this worked perfectly. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumeif macro with range selection | Excel Discussion (Misc queries) | |||
Narrow Range based on Selection in Another Range | Excel Discussion (Misc queries) | |||
Identifying a selection of a selection of a range | Excel Worksheet Functions | |||
Range Selection | Excel Discussion (Misc queries) | |||
Selection Range | Excel Discussion (Misc queries) |