jazzyt2u
08-05-2008, 01:21 PM
Hi,
How do I insert a section break from excel after I have pasted a picture? Also how do I remove it if I don't need it.
The following isn't working:
Worksheets("DC1Chart").Range(rngT100, rng110).CopyPicture xlScreen, xlBitmapoDoc.Bookmarks("DownCompar1").Range.Select
oWord.Selection.PasteAndFormat Type:=wdFormatOriginalFormatting
oWord.InsertBreak Type:=wdSectionBreakNextPage
I also tried oDoc.InsertBreak Type:=wdSectionBreakNextPage
How do I insert a section break from excel after I have pasted a picture? Also how do I remove it if I don't need it.
The following isn't working:
Worksheets("DC1Chart").Range(rngT100, rng110).CopyPicture xlScreen, xlBitmapoDoc.Bookmarks("DownCompar1").Range.Select
oWord.Selection.PasteAndFormat Type:=wdFormatOriginalFormatting
oWord.InsertBreak Type:=wdSectionBreakNextPage
I also tried oDoc.InsertBreak Type:=wdSectionBreakNextPage