Hi,
I have an excel dashboard which has a large data set and when a user changes certain options the calculations can take between 2 to 4 seconds to update.
I tried to create a message that popup when the user changes asking them to wait, see below code:
msg = "Calculating...Please Wait"...