ask2tsp
Well-known Member
- Joined
- Feb 18, 2015
- Messages
- 506
- Office Version
- 365
- Platform
- Windows
installed add-in and then every time it produces this error
----------
Sub CleanUp()
Dim cbc As CommandBarControl
On Error Resume Next
Set cbc = Application.CommandBars("Worksheet Menu Bar").Controls("MrExcelHtml")
result: runtime error 5 invalid procedure call or invalid argument
----------
using windows 8.1, excel 2013 (language Netherlands)
any idea what's going on?
----------
Sub CleanUp()
Dim cbc As CommandBarControl
On Error Resume Next
Set cbc = Application.CommandBars("Worksheet Menu Bar").Controls("MrExcelHtml")
result: runtime error 5 invalid procedure call or invalid argument
----------
using windows 8.1, excel 2013 (language Netherlands)
any idea what's going on?