I appreciate the help. I looked up on the error list and did not find a solution. my third line errors out"
.VerticalAnchor = msoAnchorBottomBaseLine" and I really do not know where to begin. I inherited this project and am unsure how to fix. Appreciate any help.
PHP Code:
With .AddLabel(msoTextOrientationHorizontal, TitleLeft, TitleTop, TitleWd, TitleHt).TextFrame
.AutoSize = ppAutoSizeNone
.VerticalAnchor = msoAnchorBottomBaseLine
With .TextRange
With .InsertAfter(PathTxt)
.Font.Size = OptionSz
.Font.Italic = msoFalse
.Font.Name = OptionFontNm
.Font.Color.RGB = Blue
.ParagraphFormat.Alignment = ppAlignRight
End With
End With
End With