Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you pick out a column that always has data?
Dim LastRow As Long With ActiveSheet LastRow = .Cells(.Rows.Count, "A").End(xlUp).Row .Range(LastRow + 1 & ":" & .Rows.Count).RowHeight = 12.75 End With But isn't 12.75 the standard rowheight? (I think I'd import the data, autofit the rowheight.) Sam Fowler wrote: Hi: I have need to select all rows below the actice cell. I am able to locate the last cell with data and select the next cell.However, I need to select that row and all rows below that and make sure the row height is the same (12.75). I would like to select and resize the height of the rows all the way to the bottom, then import my data.I The The last cell (Active cell) when selected also changes depending on how much data has been copied into the worksheet. Thanks, Sam -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use find to select entire rows with a cell with that value | Excel Worksheet Functions | |||
Help tonight?!! select rows based on cell value in a column | Excel Worksheet Functions | |||
How do I Select Multiple Non Adjacent Rows based on a cell value? | Excel Worksheet Functions | |||
Data: select a cell x rows below the current, where x is designate | Excel Discussion (Misc queries) | |||
Unable to select rows in the repeat rows on top option | Excel Discussion (Misc queries) |