Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!! I have this macro that does not work. I dont know why.
sub filtroFN
ActiveDocument.Fields("[Unidad de Medida]").Select "FN"
end sub
Thank you.
Here's a guess. With the " the [] are not necessary. They are not part of the field name.
Yes, I had tried without [], but its the same. It dont work.
Can you attach a sample qvw?
Hi .. Where are you testing the macro ??? If you test in Desktop version or Plugin client .. the macro should run ok .. but if you use the AJAX client .. it doesn't run.
Personally i think better to use "Trigger" to select on a field instead of Macro..
Is this your whole macro or it is some part of your macro?