Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get if condition exists in macro

Hi,

I am aware that it is possible to get the conditions of a sheet using:

ActiveDocument.ActiveSheet.GetProperties.Show.Expression.v

but this will still show the expression when the condition is disabled.

Is there a way to determine whether or not the condition is enabled?

1 Solution

Accepted Solutions
Not applicable
Author

I've realized that:

ActiveDocument.ActiveSheet.GetProperties.Show.Always

returns a boolean true or false

View solution in original post

1 Reply
Not applicable
Author

I've realized that:

ActiveDocument.ActiveSheet.GetProperties.Show.Always

returns a boolean true or false