R
Roger Converse
Hello,
I have a DB that creates a report and outputs that reprot as an rtf file.
What I would like my app to be able to do is open that report, copy what is
in there and then close the report.
Here is what I have so far:
Set OpenPORPTObject = GetObject("F:\OpenAccess\Daily Open
PO\Open_PO_Summary.rtf")
Where would I find a list of methods for this? In help it shows
MyObject.InsertText and MyObject.SaveAs, so I am guessing there is something
out there that can do what I am trying to accomplish.
Similarly, would it be possible to have an Excel file opened and have it run
a macro? I know how to open an Excel file through Access, but wouldn't know
how to have it run the macro.
Thanks,
Roger
I have a DB that creates a report and outputs that reprot as an rtf file.
What I would like my app to be able to do is open that report, copy what is
in there and then close the report.
Here is what I have so far:
Set OpenPORPTObject = GetObject("F:\OpenAccess\Daily Open
PO\Open_PO_Summary.rtf")
Where would I find a list of methods for this? In help it shows
MyObject.InsertText and MyObject.SaveAs, so I am guessing there is something
out there that can do what I am trying to accomplish.
Similarly, would it be possible to have an Excel file opened and have it run
a macro? I know how to open an Excel file through Access, but wouldn't know
how to have it run the macro.
Thanks,
Roger