After the update from last week several buttons don't show up anymore in a personal Excel toolbar created in the CustomUIEditor.
This is the part of the working code before the update:
<group id="grpFavorites"label="---OFFICE TOOLS ---">
<button idMso="FileSave"size="large"/>
<separator id="favo01"/>
<button idMso="FileClose"size="large"/>
<separator id="favo02"/>
<button idMso="Copy"size="large"/>
<button idMso="Paste"size="large"/>
<separator id="favo03"/>
<button idMso="ReviewNewComment"size="large"/>
<button idMso="ReviewDeleteComment"size="large"/>
<button idMso="ReviewShowOrHideComment"/>
<toggleButton idMso="ReviewShowAllComments"/>
</group>
The last part doesn't show up anymore... :-(
<button idMso="ReviewNewComment"size="large"/>
<button idMso="ReviewDeleteComment"size="large"/>
<button idMso="ReviewShowOrHideComment"/>
<toggleButton idMso="ReviewShowAllComments"/>
Error message:
Failed to find office control by ID
Is the idMso code changed ?
This is the part of the working code before the update:
<group id="grpFavorites"label="---OFFICE TOOLS ---">
<button idMso="FileSave"size="large"/>
<separator id="favo01"/>
<button idMso="FileClose"size="large"/>
<separator id="favo02"/>
<button idMso="Copy"size="large"/>
<button idMso="Paste"size="large"/>
<separator id="favo03"/>
<button idMso="ReviewNewComment"size="large"/>
<button idMso="ReviewDeleteComment"size="large"/>
<button idMso="ReviewShowOrHideComment"/>
<toggleButton idMso="ReviewShowAllComments"/>
</group>
The last part doesn't show up anymore... :-(
<button idMso="ReviewNewComment"size="large"/>
<button idMso="ReviewDeleteComment"size="large"/>
<button idMso="ReviewShowOrHideComment"/>
<toggleButton idMso="ReviewShowAllComments"/>
Error message:
Failed to find office control by ID
Is the idMso code changed ?