This is likely the wrong forum for this question, but I'm hoping to find a way to programmatically execute a search in Foxit using Excel VBA. I am successfully opening the file using:
"ShellExecute 0, “Open”, “C:\MyFile”, “”, “”, vbNormalNoFocus"
but now need a way to do a search in the opened file. Does anyone have any ideas?
Thanks,
Paul Hudgens
Denver
"ShellExecute 0, “Open”, “C:\MyFile”, “”, “”, vbNormalNoFocus"
but now need a way to do a search in the opened file. Does anyone have any ideas?
Thanks,
Paul Hudgens
Denver
Comment