Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Dim firstrowOLD As Long Dim lastrowOLD As Long Cells.Find(What:="Text1", -etc-) firstrowOLD = ActiveCell.Row Cells.Find(What:="Text2", -etc-) lastrowOLD = ActiveCell.Row -need correct syntax for next line- Range("H" & firstrowOLD : "I" & lastrowOLD).Select -I get a Compile error: Expected List Seperator at the colon- -not sure how this is different from Range("H25:I30").Select- -- gradientS ------------------------------------------------------------------------ gradientS's Profile: http://www.excelforum.com/member.php...o&userid=16563 View this thread: http://www.excelforum.com/showthread...hreadid=345829 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LINEST maximum number of predictor variables | Excel Worksheet Functions | |||
wrong syntax | Excel Discussion (Misc queries) | |||
Index Match With 3 Variables | Excel Worksheet Functions | |||
Vlookup Syntax Error | New Users to Excel | |||
Previous Post - Correct Syntax Query | Excel Worksheet Functions |