By using vba.booksticle.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes
Something went wrong.
Something went wrong.
Something went wrong.
   dbr2598: 0

948 Steps to 6 Figures by Learning Excel-VBA and Other Skills



Step -1 - Install Software in VBA


We had a case where the software didn't run if the user didn't have ODBC Drivers installed


Sub InstallSoftware()

Dim oShell As Object

Set oShell = CreateObject("WScript.Shell")

oShell.Run sFile, 6, True 'was P:\username\mysql-connector-odbc-3.51.12-win32.msi

Set oShell = Nothing

End Sub



   Table of Contents | Send us your feedback | © 2025 All Rights Reserved | Edit