Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() try this. First select the range then run this macro Sub copydown() Dim myRange As Range Set myRange = Selection myText = "" For Each cell In myRange 'set a new text value to use when it finds a non blank cell If cell.Value < "" Then myText = cell.Value Else cell.Value = myText & cell.Row End If Next cell End Sub -- Mallycat ------------------------------------------------------------------------ Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514 View this thread: http://www.excelforum.com/showthread...hreadid=561323 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
List File Properties - Author | Excel Worksheet Functions | |||
how insert same text in empty cells in column (10000 rows) | Excel Worksheet Functions | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
how do populate empty cells with the contents of populated cells . | Excel Discussion (Misc queries) | |||
CountIF cells are not empty | Excel Discussion (Misc queries) |