gmooney
Active Member
- Joined
- Oct 21, 2004
- Messages
- 254
- Office Version
- 365
- Platform
- Windows
Hi,
I have a shape in Excel that when clicked on fires of the following code:
This code works fine on my 64bit laptop with 64 bit Office. I have a user with 64bit laptop and 32bit.
The error message she gets is Runtime error -2146697211 Cannot locate the Internet server or proxy server.
Thoughts?
I have a shape in Excel that when clicked on fires of the following code:
VBA Code:
Sub GetURL()
Dim NewURL As String
Dim FollowURL As String
NewURL = ThisWorkbook.Sheets("Category Review").Range("AP107").Value
ThisWorkbook.FollowHyperlink NewURL
End Sub
This code works fine on my 64bit laptop with 64 bit Office. I have a user with 64bit laptop and 32bit.
The error message she gets is Runtime error -2146697211 Cannot locate the Internet server or proxy server.
Thoughts?