Consulting

Results 1 to 2 of 2

Thread: Macro To Start An External Tool Process?

  1. #1

    Macro To Start An External Tool Process?

    We have some Excel files that we need to upload to HP's Quality Center. I have written all the macros to do what I need them to; however, there is one that I can't figure out.

    To upload to Quality Center from Excel, there is an add-in that has to be run. To run this add-in, I click "Tools -> Upload to Quality Center" ...

    I don't need the macro to do the upload, I just want it to simulate the user clicking "Tools -> Upload to Quality Center" so that the user does not have to do it.

    Is this possible?

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Set a reference to the addin in the VBIDE, then just call that procedure from your VBA code.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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