Thread: delete row
View Single Post
 
Old 10-02-2012, 06:01 AM
tomlam tomlam is offline Windows 7 64bit Office 2007
Advanced Beginner
 
Join Date: Oct 2012
Posts: 33
tomlam is on a distinguished road
Default delete row

Hi All,

I would like to delete more than one row(which columnA cells contain nothing ) in between rows that is as follows.that is allow only one row(like row3 after vba progamme)
in between for spacing or no row in between(like row1 and2) How to write the VBA code
many thanks

ColumnA ColumnB
Row1 Peter Math Mark=100
Row2 John Math Mark=99
Row3
Row4
Row5 tom math mark=68
row6
row7
row8 mary math mark=50

After we use VBA progamme , the result as follows

ColumnA ColumnB
Row1 Peter Math Mark=100
Row2 John Math Mark=99
Row3
Row4 tom math mark=68
row5
row6 mary math mark=50


Thanks
Tomlam

Last edited by tomlam; 10-02-2012 at 06:33 PM.
Reply With Quote