S
Southern at Heart
At the beginning of your code, you set isVisible = Assistant.Visible
If the end of your code has
.Animation = msoAnimationGoodbye
....and then you finish up with
Assistant.Visible = isVisible
But if the assistant wasn't visible when the user start the code, then this
last line does away with the previous line of animation, so that the
assistant just disappears. ...is there a way to fix this?
If the end of your code has
.Animation = msoAnimationGoodbye
....and then you finish up with
Assistant.Visible = isVisible
But if the assistant wasn't visible when the user start the code, then this
last line does away with the previous line of animation, so that the
assistant just disappears. ...is there a way to fix this?