You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to use the Excel document in a Mac, with Excel 2019, and I get a Microsoft Visual Basic compile error: Can't find project or library alert.
The Visual Basic Debugger opens up, and the following line is highlighted:
Dim objHTTP As New WinHttp.WinHttpRequest
I am guessing by the name that WinHttp is available only on Windows?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to use the Excel document in a Mac, with Excel 2019, and I get a
Microsoft Visual Basic compile error: Can't find project or library
alert.The Visual Basic Debugger opens up, and the following line is highlighted:
Dim objHTTP As New WinHttp.WinHttpRequest
I am guessing by the name that WinHttp is available only on Windows?
The text was updated successfully, but these errors were encountered: