The following excel vba code paste table as picture from excel to word file at the start location one after another as may times the code runs. Please some body help me with the code to past the table as picture in paragraph 9 and when it run second time and so on should able to paste in second page of paragraph 9 and so on.
Set objDoc = objWord.activedocument
Set rng = objWord.Selection
wb.Windows(1).View = xlNormalView
wb.Worksheets(1).Range(Worksheets(1).UsedRange.Address).CopyPicture Appearance:=xlScreen, Format:=xlPicture
rng.Paste
rng.typeparagraph