Results 1 to 2 of 2

Thread: Help Me Help Me :(

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    81

    Post

    what vba coding would i have to put behind a button that i have created in word,that when pressed will fire off an application that i have made how do you do it?????
    i know it can be done bu how??
    please help me.

  2. #2
    Addicted Member
    Join Date
    Sep 1999
    Posts
    229

    Post


    Hi Johnny23,

    For word 97 you can code
    (assumption your exe file is rnd.exe)

    Private Sub CommandButton1_Click()
    x = Shell("c:\windows\desktop\rnd\rnd.exe", vbHide)
    End Sub

    Does it help ?
    Keiko

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