Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I got a scipt containing this code: Code ------------------- Range("H22:K22").Selec ------------------- Now I'd like make the row numer "22" dependant on the active cell. So something like this (just explanatory, since the following code i not working ofc): Code ------------------- Range("HActiveCell.Row:KActiveCell.Row").Selec ------------------- Can anyone show me how to accomplish that -- theblueride ----------------------------------------------------------------------- thebluerider's Profile: http://www.excelforum.com/member.php...fo&userid=3775 View this thread: http://www.excelforum.com/showthread.php?threadid=57336 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range Select with ActiveCell and Offset property | Excel Programming | |||
select range next to activecell | Excel Programming | |||
Select Activecell in Range | Excel Programming | |||
ActiveCell.End(xlDown).Select not working consistently | Excel Programming | |||
XP VBA: Range("A2", ActiveCell.SpecialCells(xlLastCell)).Select | Excel Programming |