A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You are EXTREMELY patient!
Thanks for the update!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Sometime ago I saw code to dim everything in the background while user form is displayed.
It gives Excel same effect as is quite common now in HTML.
Could anyone help in pointing to this code?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
You are EXTREMELY patient!
Thanks for the update!
Three years later, here is the answer:
Good old J-Walk to the rescue.
One possible approach is to place a semi-transparent Picture on the worksheet that covers all the cells of interest.
At start, have the Picture be not Visible. Then have your code first make the Picture Visible and then display the form.