Avatar of Keith McElroy
Keith McElroy

asked on 

vb script insert table row before current row

How do I insert a row before the third row of a multi row Microsoft Word Table using VB Script  (not VBA)        

Here is my code and errl
dim tbl
set tbl = wd.ActiveDocument.Tables(1)                        
set newrow = tbl.rows.add(3)

Error:  http://www.screencast.com/t/mV9EUiu03
VB ScriptMicrosoft Word

Avatar of undefined
Last Comment
GrahamSkan

8/22/2022 - Mon