![]() |
|
|
|
#1
|
||||
|
||||
|
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] |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
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 |