Forum Moderators: open
I am upgrading an application to have built in fax capabilities. Rather than write it all myself, i wanted to find a third party fax control.
Has anyone seen an active-x fax control on the market anywhere?
So one way to fax from your application would be to automate word to print to your fax:
ActivePrinter = "Fax" Application.PrintOut FileName:="myFax.doc"
HTH