Results 1 to 2 of 2

Thread: [RESOLVED] VBA Word creating command button

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    10

    Resolved [RESOLVED] VBA Word creating command button

    What is the code to create a command button onto word from VBA?

    Thanks

  2. #2
    Lively Member
    Join Date
    Jun 2005
    Posts
    112

    Re: VBA Word creating command button

    VB Code:
    1. ActiveDocument.InlineShapes.AddOLEControl ClassType:="Forms.CommandButton.1"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width