|
-
Nov 17th, 2005, 12:15 PM
#1
Thread Starter
Lively Member
Open textbox shape properties window through VBcode
I use Word automation in my VB6 application
Set Appword = createObject("Word.Application")
Dim Tbox
Set Tbox = Appword.Selection.ShapeRange
'...ferther actions
What i wan to do is to show the build in Textbox shape or picture properties window, an call these from a VB form command button
So call it from code instead of manually from the word menu, Format,Text box
Does someone know how?
Private sub Command1_Click()
'..Code for showing Text box shape properties window
end sub
Private sub Command2_Click()
'..Code for showing picture shape properties window
end sub
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
|