Quote:
Originally Posted by gmayor
Create a macrfo with the line
Code:
Selection.Paragraphs(1).Range.Delete
|
Thank you for your reply
This is the VBA code for doing this purpose
Code:
Sub DeleteCurrentParagraph()
'
Selection.Paragraphs(1).range.Delete
End Sub
Thank you again Graham