Link to home
Start Free TrialLog in
Avatar of sagetechit
sagetechit

asked on

Vertical Alignment of text beside image in vbs

If strFname = "Cody" then
objSelection.TypeText Chr(11)
objSelection.TypeText Space(4)
set objShape = objSelection.InlineShapes.AddPicture(strVetlogo)
objselection.Font.Bold = True
objSelection.TypeText "Service Disabled Veteran-Owned Small Business"

So this is is the area that I need help in. This works just fine but the text "Service Disabled Veteran-Owned Small Business" ends up right next to it but on the bottom.

{!@#!@#

!@$%!$$

!$!$$$$$ "Service Disabled Veteran-Owned Small Business"

Like that. However a manager wants it to look like this:

{!@#!@#

!@$%!$$ "Service Disabled Veteran-Owned Small Business"

!$!$$$$$

Center of the picture. How in the hell do I manage this? I'm not really a scripter I just sorta try stuff and research but I hit a bit of a wall here. Thanks for any help.
ASKER CERTIFIED SOLUTION
Avatar of Robert Schutt
Robert Schutt
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial