|
-
Jan 19th, 2000, 04:24 AM
#1
Thread Starter
Member
How do you change the properties of a command button... Checkbox... in a VBA app that these items are Dynamically created.
Example:
User opend doc, selects this type and VBA creates next from based on the previous information
This is in MSWord if it helps any,
Code that I have so far:
Selection.InlineShapes.AddOLEControl ClassType:="Forms.CommandButton.1"
This Creates the Object in the document, How can I change the caption on the Button?
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
|