The VBA Shell command works but it appears that you must provide the full path of
the application you wish to run. The following example calls a bash shell script with
the contents of the current cell and changes the font to blue.
Sub call_shell()
Dim num As String * 12
num = ActiveCell.Value
Shell "/home/graham/bin/dl.sh " & num
ActiveCell.Font.ColorIndex = 5
End Sub
Important Information
Tips are provided by the CrossOver Community and Advocates. They are not
intended to be used for official CodeWeavers Support. For that, please visit our
official support pages.
CodeWeavers or its third-party tools process personal data (e.g. browsing data or IP addresses) and use cookies or other identifiers, which are necessary for its functioning and required to achieve the purposes illustrated in our Privacy Policy. You accept the use of cookies or other identifiers by clicking the Acknowledge button.