Paul Sansom
Board Regular
- Joined
- Jan 28, 2013
- Messages
- 178
- Office Version
- 2021
- 2016
- Platform
- Windows
Hi & Happy New Year 2018
Am i being too simplistic? Trying to check if a COM Add-In "BERTRibbon.Connect" is installed and if not ignore a line of code that then turns it off
This doesn't work, and I guess because it is for Addins rather than a Com Add-In ??? Getting an out of subscript range error!
I cant use this
as I get an error if the Add-In is not previously installed
Any guidance gratefully appreciated.... Paul
Am i being too simplistic? Trying to check if a COM Add-In "BERTRibbon.Connect" is installed and if not ignore a line of code that then turns it off
Code:
If Application.Addins("BERTRibbon.Connect").Installed = False Then GoTo jmp
I cant use this
Code:
If Application.COMAddIns("BertRibbon.connect").Connect = False
Any guidance gratefully appreciated.... Paul