Hi I would like to parse the doc name to be opened and run some code before
document opening if when parsing the document name I found some particular
stuff..
Within the (document_open event)
if instr("key string",activedocument.name) >0 then
run some code
else
end if
I can't get it working , can someone give me some help ? Am I doing
something wrong ? How can I achieve that ?