![]() |
|
|
|
#1
|
|||
|
|||
|
Hey Pal,
Sorry for the late response. Thanks for the correction in code. Yeah the beginning part isn't necessary to worry about. Your code worked! The only thing, is it inserted the picture the way I described, except it inserted after the first sentence of the paragraph. (See attached photo for an example) citgo.pdf The image appears below the guys name "001 Joe Smith Process Engineer", it should be above the guy's name. Any idea why that might be? Thanks again for your help! Last edited by macropod; 12-03-2012 at 03:21 PM. Reason: Deleted unnecessary quote of entire previous post. |
|
#2
|
||||
|
||||
|
Quote:
Code:
With Rng
.Collapse wdCollapseStart
.InsertBefore Chr(12) & vbCr
.MoveStart wdCharacter, 1
.ParagraphFormat.Alignment = wdAlignParagraphCenter
End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Thanks Pal!
Just a quick question, seems to work, sort of, I executed the Macro and got an error on this line Code:
.SaveAs2 FileName:=sPath & Str & ".pdf", FileFormat:=wdFormatPDF, AddToRecentFiles:=False Code:
Rng.Copy |
|
#4
|
|||
|
|||
|
Nope you know what, its definitely not the Rng.Copy aspect, its the
Code:
.SaveAs2 FileName:=sPath & Str & ".pdf", FileFormat:=wdFormatPDF, AddToRecentFiles:=False Sorry for the second post. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inserted PDFs become Pixelated in Powerpoint | fongchun | PowerPoint | 0 | 11-26-2012 06:24 PM |
My Word 2007 doesnt display PDFs correctly
|
mattk561 | Word | 8 | 10-31-2012 08:04 PM |
Embedding PDFs in MS Word 2010
|
chitownbillj | Word | 1 | 06-30-2012 12:01 AM |
| Creating High Quality PDFs from Word 2010 | BrazzellMarketing | Word | 11 | 01-27-2012 01:06 PM |
Converting Powerpoint into Fully Accessable PDFs
|
KCD123 | PowerPoint | 4 | 09-28-2011 10:03 AM |