Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert drawing textbox in Word
Message
De
11/04/2007 09:02:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Insert drawing textbox in Word
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01214369
Message ID:
01214369
Vues:
76
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
Répondre
Fil
Voir

Click here to load this message in the networking platform