- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using the CCV2ChangeSizeButtonCM in one of my VBA routines and it seems to try and go past it before the dialog box comes up. When this happens I get a content center message box "There was a problem encountered while communicating with the server. Please check the network connection and server status." but If I just put a message box after the CCV2ChangeSizeButtonCM then it works fine. Notice I said "after" yet the msgbox comes up before the Change Size dialog box does. So in other words, I want my VBA code to stop while they are picking there selections from the dialog box and then after they click on the OK, then I want my VBA code to continue on. Currently, it is continuing on as the dialog box is trying to come up.
Solved! Go to Solution.