Switch Between Open Applications Using AppActivate in Microsoft Access VBA

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 41

  • @dwightdonahue2233
    @dwightdonahue2233 ปีที่แล้ว

    Ive had great success connecting Access to Photoshop, and getting Access to help automate the generation of product images.
    Thank you for your great videos.

    • @599CD
      @599CD  ปีที่แล้ว

      Welcome

  • @CollDott
    @CollDott 10 หลายเดือนก่อน

    Thank you for confirming and shed some much needed sunshine Chief!! The id way doesnt work no matter how have tried and resourced and tried!! 😅 But there is this vid showcasing the appactivate and in it, it worked!! Baffled and popped the question the owner i guessed busy!!

    • @599CD
      @599CD  10 หลายเดือนก่อน

      No doubt!

  • @ngvancuong88
    @ngvancuong88 ปีที่แล้ว

    Thank you for the excellent video. Rost, Richard
    I can do my automation tasks by switching between two window applications with the strick using short tille such as AppActivate "Excel"; AppActivate "Word"; AppActivate "D-Geo Stability".

  • @bgroves816
    @bgroves816 ปีที่แล้ว

    Great Video. How do you close a program (such as File Explorer) with VBA?

  • @ryeaton
    @ryeaton 2 ปีที่แล้ว +1

    Yes, more of this type of stuff! I love it.

    • @599CD
      @599CD  2 ปีที่แล้ว

      Thanks

  • @changseokkang6252
    @changseokkang6252 ปีที่แล้ว

    It is a great lesson. I have a question on the send keys to invoke MS snipping tool ( "Shift+Win+S"). Is there any way to switch another app and copy some of the screen and switch to another app and paste the copied one? Thanks.

    • @599CD
      @599CD  ปีที่แล้ว

      599cd.com/ask

  • @bumpersmith
    @bumpersmith 2 ปีที่แล้ว

    Yes, I would like to learn more about this stuff. I can see where this could be extremely Useful

    • @599CD
      @599CD  2 ปีที่แล้ว

      Roger that

  • @mitchell2769
    @mitchell2769 2 ปีที่แล้ว

    Great video! I’m interested in programatically activating Access windows, like forms and tables, and forms and tables that aren’t open. Could you do a video on that?

    • @599CD
      @599CD  2 ปีที่แล้ว +1

      That's just a matter of DoCmd.OpenForm, etc. if it's INSIDE Access

  • @June-tr8hg
    @June-tr8hg ปีที่แล้ว

    Interesting. Can I open a form from a different database ( in the same file location)

    • @599CD
      @599CD  ปีที่แล้ว

      599cd.com/QQ

  • @trevollpereira2706
    @trevollpereira2706 หลายเดือนก่อน

    Because the variable was set, the variable should be set as long to accommodate larger ID numbers

  • @boerinbeton7052
    @boerinbeton7052 2 ปีที่แล้ว

    Great video as always, show as more

    • @599CD
      @599CD  2 ปีที่แล้ว

      Thanks

  • @imadabiakl1258
    @imadabiakl1258 2 ปีที่แล้ว +1

    i am using appactivate and sndkeys to send messages via WhatsApp to clients, the issue is that i have to go through the webbrowser in order to jump into the WhatsApp application and directly to the contact, is there a way to skip passing to through the web browser?

    • @599CD
      @599CD  2 ปีที่แล้ว +1

      Not if it's a website. You kinda need a browser unless they support direct API calls.

  • @gregoryjeffries8475
    @gregoryjeffries8475 2 ปีที่แล้ว

    Cool, would like to see more.

    • @599CD
      @599CD  2 ปีที่แล้ว

      Roger that

  • @diegomarino25
    @diegomarino25 2 ปีที่แล้ว

    HI, i'd like to know the bank stuff, how to put values in textbox in a web page

    • @599CD
      @599CD  ปีที่แล้ว +1

      K. I think I'm going to wait until MS releases the NEW webbrowser control for Access.

    • @diegomarino25
      @diegomarino25 ปีที่แล้ว

      @@599CD thanks, didn't know they are to release a new web browser

  • @giovannibortolotti6686
    @giovannibortolotti6686 2 ปีที่แล้ว

    Thanks Richard!!!

    • @599CD
      @599CD  2 ปีที่แล้ว

      welcome

  • @robertodc62
    @robertodc62 2 ปีที่แล้ว

    richard something about execute some windows api's

    • @599CD
      @599CD  2 ปีที่แล้ว

      Huh?

    • @robertodc62
      @robertodc62 2 ปีที่แล้ว

      @@599CD sorry for my english for example shut down the computer feom access or call the windows explorer well that i see it i call the exe but something like the shut down the computer

  • @robertstoner6200
    @robertstoner6200 2 ปีที่แล้ว

    After you do the addition on the calculator it changes the Task Id.

    • @599CD
      @599CD  2 ปีที่แล้ว

      Yeah, I never trusted those IDs.

  • @19chade
    @19chade ปีที่แล้ว

    Thank you

    • @599CD
      @599CD  ปีที่แล้ว

      Welcome

  • @dbdata9836
    @dbdata9836 2 ปีที่แล้ว

    thanks

    • @599CD
      @599CD  2 ปีที่แล้ว

      Welcome

  • @gonefishing2006
    @gonefishing2006 11 หลายเดือนก่อน

    I have done the following with Notepad and got the same error as the Calc.exe. It works fine with Word.
    Dim MyAppID
    MyAppID = Shell("C:\Windows\System32
    otepad.exe", vbNormalFocus)
    AppActivate MyAppID ' Activate Microsoft Notepad
    Regardless I get error 5 What gives and if I don't hear anything I'll be sending everybody Tribbles for Christmas....

    • @599CD
      @599CD  10 หลายเดือนก่อน

      Well I didn't get my Tribble... soooo......

    • @gonefishing2006
      @gonefishing2006 10 หลายเดือนก่อน

      @@599CD I trouble shooted. Shot my computer. Brought it back to life and viola darned thing worked .... finally.