How to Rotet TextBox by 90 Digree 
Author Message
 How to Rotet TextBox by 90 Digree

Hello

you can tell me in VBA/VB also i will convert it into
PowerBuilder, tring to acesses through OLE.

Can any one tell me few things about Textbox control
please tell me some code :

[1] How i can rotet the textbox by 90 digree
i want to change rotate the text box by 90 so thatIt will
look like vertical.

[2] i want to add text box in a WORD/EXCEL Document on a
perticular location.

[3] I don't want any border of text box. Text Box should
print the text only which it containt.

Please tell me by code, it is not problem may be in VBA /
VB , i will convert it in POwerBuilder.




Mon, 07 Nov 2005 19:52:33 GMT  
 How to Rotet TextBox by 90 Digree

Hello

you can tell me in VBA/VB also i will convert it into
PowerBuilder, tring to acesses through OLE.

Can any one tell me few things about Textbox control
please tell me some code :

[1] How i can rotet the textbox by 90 digree
i want to change rotate the text box by 90 so thatIt will
look like vertical.

[2] i want to add text box in a WORD/EXCEL Document on a
perticular location.

[3] I don't want any border of text box. Text Box should
print the text only which it containt.

Please tell me by code, it is not problem may be in VBA /
VB , i will convert it in POwerBuilder.




Mon, 07 Nov 2005 19:52:39 GMT  
 How to Rotet TextBox by 90 Digree
G'day again Tom-san,

1] Something like
Selection.Range.ShapeRange(1).TextFrame.Orientation=msoTextOrientationDownward

2] Set a Range to a slice of content and check out
Document.Shapes.AddTextbox

3] If you Set TB= Document.Shapes.AddTextbox
then you just do a
TB.BorderStyle = fmBorderStyleNone

I highly recommend my Word VBA Beginner's Spellbook to you, it shows
all the Word objects and their relationships and will answer many of
these questions. It can be purchased from the website in my signature
block at message end.


Quote:

>Hello

>you can tell me in VBA/VB also i will convert it into
>PowerBuilder, tring to acesses through OLE.

>Can any one tell me few things about Textbox control
>please tell me some code :

>[1] How i can rotet the textbox by 90 digree
>i want to change rotate the text box by 90 so thatIt will
>look like vertical.

>[2] i want to add text box in a WORD/EXCEL Document on a
>perticular location.

>[3] I don't want any border of text box. Text Box should
>print the text only which it containt.

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.

Products:   http://www.geocities.com/word_heretic/products.html
Spellbooks: 735 pages of dump left and dropping...

The VBA Beginner's Spellbook: For all VBA users.



Mon, 07 Nov 2005 20:45:51 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Turning a label or textbox text 90 degrees?

2. Page zoom to 90% on all documents.

3. Page zoom to 90% on all documents.

4. Error 85 and 90 - Please HELP

5. Application wizard fails - Error Code 90?

6. FORTRAN 90 with VB 4

7. Passing and retriving of strings from VB 6 to Fortran 90

8. To rotate a image 90 degrees...!

9. printing text rotated 90 degrees

10. printing at 90%

 

 
Powered by phpBB® Forum Software