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

VBScript Module select Exclude Question

Dear all,

I'm creating a vbscript macro on QV but I don't know how to select Exclude

I have set doc to active document and selected the field

doc.Fields("FIELD").Select "123"

But I don't know how to select excluded ones.

Can someone help me.

Best regards

1 Solution

Accepted Solutions
Not applicable
Author

Solved

doc.Fields("FIELD").SelectExcluded

after Select one

View solution in original post

1 Reply
Not applicable
Author

Solved

doc.Fields("FIELD").SelectExcluded

after Select one