Faxing to a number which is a cell value

  • Thread starter Thread starter pbscott
  • Start date Start date
P

pbscott

I am trying to set up a macro that will send a fax of the current sheet

to a fax number which is a vaule in a cell (i.e E12)
I could use MS Fax or Winfax.
Any ideas please
 
In the VBA window, check the Tools, References menu for a Winfax or MS Fax
reference... Get creative on your name search. If you find it, reference it.
then,, check the object model to see if you can make sense of it.

Also, and easier, check each Winfax and MS Fax to see if there is a command
line version. If there is, you can run it in a shell.
 
Back
Top