View Single Post
 
Old 10-10-2021, 09:55 PM
RobertDany RobertDany is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Jul 2021
Posts: 22
RobertDany is on a distinguished road
Default

Quote:
Originally Posted by gmayor View Post
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
Reply With Quote