S
Sam Chiwaura
Can someone help. Am failing to refresh my ribbon. I get an error that says
object does not support this property when i use refresh. here is the code
below
Function MyRibInvalidate()
On Error GoTo Errhandler
MyRibbon.InvalidateControl ("Setup")
MyRibbon.InvalidateControl ("mnuprocess")
'("Munprocess")
' Invalidates the caches of all of this add-in’s controls
MyRibbon.Refresh ' ******this line is causing the error
'‘ Refreshes the entire Ribbon UI
End Function
Thanks in advance
object does not support this property when i use refresh. here is the code
below
Function MyRibInvalidate()
On Error GoTo Errhandler
MyRibbon.InvalidateControl ("Setup")
MyRibbon.InvalidateControl ("mnuprocess")
'("Munprocess")
' Invalidates the caches of all of this add-in’s controls
MyRibbon.Refresh ' ******this line is causing the error
'‘ Refreshes the entire Ribbon UI
End Function
Thanks in advance