Thread
:
Find blank cells and clear adjacent range
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Find blank cells and clear adjacent range
Have a look in the vba help index for RESIZE
Sub resizetoright()
C.resize(, 5).clearcontents
End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"rbel" wrote in message
...
While I know how to find blank cells and delete complete rows, how do I
find all the blank cells in column C and clear the cell contents of the
next 5 cells to the right?
Grateful for some advice.
--
rbel
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett