Microsoft Visual Basic Runtime Error 53 On A Mac

Hi all,

  1. Microsoft Visual Basic Runtime Error 53 On A Mac Os
  2. Microsoft Visual Basic Runtime Error 53 On A Macbook Pro
  3. Microsoft Visual Basic Runtime Error 53 On A Mac File

There’s 2 methods in which to restore Visual Basic Runtime Error 53 Fix error: Expert User Remedy (manual update): 1) Start your pc and then log on as an admin. Visual Basic has established a reference to Word due to a line of code that calls a Word object, method, or property without qualifying it with a Word object variable. Visual Basic does not release this reference until you end the program. This errant reference interferes with automation code when the code is run more than once. For more information about how to use the Support Template, click the following article number to view the article in the Microsoft Knowledge Base: 820919 How to troubleshoot problems that occur when you start or use Word 2003 or Word 2002. This article provides the solution for you to solve the runtime errors that occur in Internet Explorer.


Microsoft visual basic runtime error 53 on a macbook proI am pretty useless on excel. Being able to do the bare minimum to get by. My hockey club has a spreadsheet we use for match selection etc which uses Visual Basics to help control and input data. Everyone else gets no errors when using, however I alone seem to get the Run Time Error 53. On clicking debug it gives the following info. Where the text in red is the highlighted.
Microsoft Visual Basic Runtime Error 53 On A Mac
Private Sub UserForm_Activate()
Dim Frmhdl As Long
Dim lStyle As Long
Frmhdl = FindWindow(vbNullString, Me.Caption)
lStyle = GetWindowLong(Frmhdl, GWL_STYLE)
lStyle = lStyle Or WS_SYSMENU
lStyle = lStyle Or WS_MINIMIZEBOX
lStyle = lStyle Or WS_MAXIMIZEBOX
SetWindowLong Frmhdl, GWL_STYLE, (lStyle)
DrawMenuBar Frmhdl
End Sub

Microsoft Visual Basic Runtime Error 53 On A Mac Os

Microsoft Visual Basic Runtime Error 53 On A Macbook Pro

It's worth me pointing out I am the only one using Excel for Mac. Could this be the cause. Any suggestions would be greatly appreciated. Sorry if this isnt enough info.
Thanks in advance

Microsoft Visual Basic Runtime Error 53 On A Mac File


JCS