
Lettie A. answered 05/31/19
Microsoft Office Professional Specializing in Microsoft Outlook
Hi, you can record a macro without having to go through VB. Here are the steps:
In MS Word:
Place your cursor at the beginning of the line you want to delete
Open your Development tab
in the Code group, select Record Macro
Give the macro a name
Assign macro to Keyboard (I used Alt + D)
hit OK - you will see a little cassette with your pointer
Hit the F8 key (to select)
Hit the End key (it selects the whole line)
Hit the Delete key
Go back to the Code Group and stop the Macro
Does this answer your question?