Community
    • Login

    SendKeys command does not run the macro using "objShell.SendKeys ("^+8"")

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 307 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Suvendu MullickS
      Suvendu Mullick
      last edited by

      HI Team,
      I have written a VB macro to call few macro in Note pad++ using shortcut keys but from yesterday (14/10/2020) this sends key command does not run the macro using “objShell.SendKeys (”^+8"") please help … i am using Notepad++v7.8.9
      Thanks and regards
      suvendu

      Dim objShell

      Set objShell = CreateObject(“Wscript.Shell”)

      objShell.Run “notepad++.exe ““C:\Swisscom\X-Sites\Node_fileT.xml”””, 1, False

      'WScript.Sleep (10)
      Application.Wait (Now + TimeValue(“0:00:02”))

      objShell.SendKeys (“^+8”)

      EkopalypseE 1 Reply Last reply Reply Quote 0
      • EkopalypseE
        Ekopalypse @Suvendu Mullick
        last edited by

        @Suvendu-Mullick

        and this worked previously?? What did change?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors