Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this
On Error Resume Next Range("A1:D5").SpecialCells(xlCellTypeBlanks).Valu e = 0 On Error GoTo 0 -- Regards Ron de Bruin http://www.rondebruin.nl "Bhupinder Rayat" wrote in message ... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This way works great as well.
Apologies for the repeated thread, I wasn't getting the prompt box to say my message had been posted. Thanks again, Pinda. "Ron de Bruin" wrote: Try this On Error Resume Next Range("A1:D5").SpecialCells(xlCellTypeBlanks).Valu e = 0 On Error GoTo 0 -- Regards Ron de Bruin http://www.rondebruin.nl "Bhupinder Rayat" wrote in message ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to fill up blanks | Excel Discussion (Misc queries) | |||
Fill in Blanks with immediately above cell value | Excel Discussion (Misc queries) | |||
Fill Blanks Macro | Excel Discussion (Misc queries) | |||
Fill in the blanks | Excel Programming | |||
Fill in the blanks | Excel Programming |