Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert drawing textbox in Word
Message
From
11/04/2007 09:02:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Insert drawing textbox in Word
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01214369
Message ID:
01214369
Views:
75
Dear Experts

I use following procedure to insert a drawing textbox in Excel.
Now I want to insert drawing textbox in Microsoft Word.
Please help
oexcel.activesheet.shapes.addtextbox(msotextorientationhorizontal, 311, 290, 363.75, 15).select
oexcel.selection.characters.text = thisform.text2.value
with oexcel.selection.font
	.name = "Arial"
	.fontstyle = "Regular"
	.size = 10
	.bold = .t.
	.strikethrough = .f.
	.superscript   = .f.
	.subscript     = .f.
	.outlinefont   = .f.
	.shadow        = .f.
	.underline     = xlunderlinestylenone
	.colorindex    = xlautomatic
endwith
Reply
Map
View

Click here to load this message in the networking platform