Add x number of rows to a table

I have an existing table with a small number of rows, and need to add a large number of new rows.  If I right click and select insert rows, it adds only 1 row at a time (or however many existing rows I highlight).  How can I tell it I want to add a certain (large) number of rows all at once (ideally by typing in the number at some point)?  Note, I need to add more rows than I already have, so I can't just highlight more rows before right-clicking.  I seem to remember being able to do this in earlier versions of word, but maybe I am misremembering

Answer
Answer

Since there is a dialog for it there may be and probably definately once was:

 

However, I can't find anything in the UI that calls the dialog other than using a macro which is faster than the previous one I posted.


Sub ScratchMacro()
If Selection.Information(wdWithInTable) Then
Application.Dialogs(wdDialogTableInsertRow).Show
End If
End Sub

Greg Maxey
***
Death smiles at us all, but all a man can do is smile back.


For more help with Word visit:
http://gregmaxey.com/word_tips.html

2 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated December 7, 2023 Views 3,384 Applies to: