|
-
Dec 15th, 2005, 05:54 AM
#1
Thread Starter
Lively Member
What is the ClassName for 'textbox shape' from Word doc
One of the last things i need to complete my project.
I urgentlly need following.
I want the classname of a textbox shape
So i know how to get the text of the active textbox shape
Set Tbox = AppWord.selection.Shaperange
tk = tbox.textframe.textrange.text
Now i really need the handle of the active textbox shape.
I know i can use FindWindowEx API for this but i need the correct classname
I tried:
Hendel = FindWIndowEx(0,0,"Edit",vbnullstring)
I only get zero for the handle. I probably search for the wrong classname. I allso tried RichEdit or RichEdit20W instead of Edit.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|