Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi have this module
sub a
ActiveDocument.Fields("Project_Progress").select "Started"
ens sub
its select only one value, what is the syntax to select multy values?( "Started", "NOT_Started")
/