I've created a custom ribbon tab in an excel-addin (xlam) displaying various groups depending on the name of the active document using getVisible in group definition.
Example:
This works fine on all PC's except one....
A:Opening a new workbook using vba, the ribbon is not refreshed but shows the same ribbon as the active workbook.
B:Opening the same workbook using the file explorer the ribbon is showing the correct layout.
It seems that in option A the "ShowFlintGroup" procedure is not activated...
I've tried several things including setting excel to default settings
Has anyone an idea where to find or search for the solution for this problem ?
Example:
Code:
<group id="grpSearch" label="--- SEARCH ---" tag="GeneralgrpSearch" getVisible="ShowFlintGroup">
This works fine on all PC's except one....
A:Opening a new workbook using vba, the ribbon is not refreshed but shows the same ribbon as the active workbook.
B:Opening the same workbook using the file explorer the ribbon is showing the correct layout.
It seems that in option A the "ShowFlintGroup" procedure is not activated...
I've tried several things including setting excel to default settings
Has anyone an idea where to find or search for the solution for this problem ?