How to identify the current active worksheet is minimized ?
I do not want to run my operation when the current worksheet in excel is minimized. I am using excel interop and C#
How to identify the current active worksheet is minimized ? I do not want
Share
You can do a conditional check on the following property,
This is in VBA though.
Here is a basic code in C#
Please check on the syntax and references.
You could get better reference from :
MSDN
MSDN OFFICE INTEROP