Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi All, I am trying to write a code to delete empty cells far a set of data range: Sub mysub() Dim rRange As Range Set rRange = Sheet1("E1:E150") With rRange If cell.Value = "" Then ActiveCell.Delete shift:=xlUp End If End With End Sub Appreciate your help. Thanks Syed -- saziz ------------------------------------------------------------------------ saziz's Profile: http://www.excelforum.com/member.php...fo&userid=6350 View this thread: http://www.excelforum.com/showthread...hreadid=498504 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
wrong code? | Excel Programming | |||
What's wrong with this code, please? | Excel Programming | |||
What is wrong with this code? | Excel Programming | |||
What's wrong with this bit of code | Excel Programming | |||
what's wrong with my code???? | Excel Programming |