Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
For some reason the selection (of a date type) I perform through the macro doesn't become green but it turns white and the reso of the options turn gray.
What's the problem? See examle:
ActiveDocument.Fields(
"Datetype_Select"). Select "1"
THANKS
There is no way a selected field dont turn green. You are probably displaying one field and filtering another through your macro.
Check where is the selection been done in the current selection box and the field you are displaying..