Thread: Clear Row
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Per Jessen Per Jessen is offline
external usenet poster
 
Posts: 1,533
Default Clear Row

Hi

ActiveCell.EntireRow.Clear

or

ActiveCell.EntireRow.ClearContents

Regards,
Per

"Patrick C. Simonds" skrev i meddelelsen
...
What piece of code will clear an entire row in which an active cell
exists?