Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to add some explanation to you current code.
a1 doesn't refer to Range("A1") Sub Macro2() Do While isempty(Range("a1")) Rows("1:1").Select Selection.Delete Shift:=xlUp Loop End Sub -- Regards, Tom Ogilvy "jim27" wrote in message ... Hi all I am complete novice when it come to macros in excel but I am trying to learn! I have been trying to get a loop macro to work to delete cells which are blank. But it just keeps deleting and does not stop when there is some content in the cell. HEre is the code! What am I doing wrong? Sub Macro2() Do Rows("1:1").Select Selection.Delete Shift:=xlUp Loop Until a1 0 End Sub -- jim27 ------------------------------------------------------------------------ jim27's Profile: http://www.excelforum.com/member.php...o&userid=15379 View this thread: http://www.excelforum.com/showthread...hreadid=269967 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
simple loop needed please | Excel Discussion (Misc queries) | |||
I need a simple loop with a 4+ row added in. | Excel Discussion (Misc queries) | |||
how can i loop a macro | Excel Discussion (Misc queries) | |||
Probably missing something simple in loop macro...Please help | Excel Programming | |||
Simple problem refering to variable in For ... Next loop ... | Excel Programming |