shell commands

  1. R

    Connect other application through VBA

    Hi all, Can anyone provide me a solution on connecting other applications apart from Microsoft through VBA. There is a proprietary application that we use in our organisation which We need to install from software Center. Shell works for Microsoft application but I am not able to figure out how...
  2. B

    Excel VBA: Pause Code Until Download from Chrome Browser

    Hi Everyone, Here is my current issue that I am trying to solve - I have code that follows hyperlinks from my unread emails using the chrome browser using a shell command. The code will loop through opening the hyperlink from the emails and quickly go one to the next. The issue with this is...
  3. A

    Excel VBA browser opening alot of pages from single link

    I am using the following lines Public Sub NavigateToURL(argURL As String) Const READYSTATE_COMPLETE As Integer = 4 Dim objIE As Object Set objIE = CreateObject("InternetExplorer.Application") Shell ("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe -url " &...
  4. C

    Is it possible to reuse an opened shell command from Excel VBA

    I am using a shell command to communicate with a device under test and would like to open this shell once, change directory to a specific one and then send different text strings to it at various times during my test program. The code below works perfectly fine but opens and closed the shell...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top