Deleting Rows

  • Thread starter Thread starter Todd Huttenstine\(Remote\)
  • Start date Start date
T

Todd Huttenstine\(Remote\)

Cell K1 contains a number. That number is the cell I want to delete. What
is the code for this?
 
Todd,

I'm not entirely clear on your question, but I think you want
something like

Rows(Range("K1")).Delete


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
yes thats it thanx
Chip Pearson said:
Todd,

I'm not entirely clear on your question, but I think you want
something like

Rows(Range("K1")).Delete


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Back
Top