Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thank you!
-----Original Message----- Hi Marta, This is the code I use for doing that: intLastRow = ActiveSheet.UsedRange.SpecialCells (xlLastCell).Row intCount = 1 Do While intCount <= intLastRow If Range("B" & intCount).Value = Empty Then Range("B" & intCount).Value = Range("B" & intCount - 1).Value End If intCount = intCount + 1 Loop Let me know if that doesn't work or you need anything else. Mark --- Mark Bigelow mjbigelow at hotmail dot com http://www.insideprospects.com *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index/match - make blank cells return a blank value. | Excel Worksheet Functions | |||
Excel 2002: Return blank when VLOOKUP on blank cells | Excel Discussion (Misc queries) | |||
Nested IF - return a blank when compared cells are blank | New Users to Excel | |||
Maximum Number of Blank Cells between Non Blank Cells in a Range | Excel Worksheet Functions | |||
Imported Data creates blank cells that aren't really blank | Excel Worksheet Functions |