Paul Sansom
Board Regular
- Joined
- Jan 28, 2013
- Messages
- 178
- Office Version
- 2021
- 2016
- Platform
- Windows
Hi
I have a please wait message that appears if there is no other action in the sub but refuses to show if the sub calls another sub??
What's wrong with my code please
If MultipleProcessCheck is not there the shape appears!!!!?
Any help please
Paul
I have a please wait message that appears if there is no other action in the sub but refuses to show if the sub calls another sub??
What's wrong with my code please
Code:
Public Sub MultipleProcessCheck_onAction(control As IRibbonControl)
' Button 53
' Please wait message
Sheets("Recipe").Shapes("PleaseWait").visible = True
MulipleProcessCalc
End Sub
If MultipleProcessCheck is not there the shape appears!!!!?
Any help please
Paul