Visual Basic for UiPath, SAP and Excel
Automation Projects in VB.net, VBScript and VBA
Pages
Home
VBA FAQ
Real World Projects for VBA
Wednesday, October 9, 2019
Call PowerShell from VBA
Sub powerShell()
Dim objSjell As Object
Set objShell = CreateObject("Wscript.Shell")
objShell.Run ("powershell.exe -noexit .\tagui tutorial1-7")
End Sub
Newer Post
Older Post
Home