2009 Mar 31 5:57 AM
hi all
This is my macro recording in word
ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal, 216#, _
99#, 126#, 81#).Select
Selection.ShapeRange.TextFrame.TextRange.Select
Selection.Collapse
Selection.TypeText Text:="hhjgfjdfhj"
i tried this in sap as
GET PROPERTY OF doc 'ActiveDocument' = actdoc.
GET PROPERTY OF actdoc 'Shapes' = shapes.
GET PROPERTY OF shapes 'AddTextbox' = textbox.
SET PROPERTY OF textbox 'Orientation' = '1'.
SET PROPERTY OF textbox 'Left' = '234'.
SET PROPERTY OF textbox 'Top' = '81'.
SET PROPERTY OF textbox 'Width' = '72'.
SET PROPERTY OF textbox 'Height' = '45'.
but i am not able to view the textbox.. what else i have to declare or add in the coding ..Plz share suggestions to proceed further
2009 Apr 03 5:53 AM
2009 Sep 03 10:08 AM
Hello ,
I have the same requirement:
what is the "Using Structural graphics" ?
tks