Fax an excel sheet

C

Christian

I'm using the following code to fax a really simple text excel sheet (1
sheet only with a test string only):

Dim objFaxDocument As New FAXCOMEXLib.FaxDocument

'Set the fax body
objFaxDocument.Body = "test.xls"

'Add recipient
objFaxDocument.Recipients.Add "0123456789", "John"

'Submit the document to the fax server at localhost
objFaxDocument.Submit ("")

I'm working using Visual Basic on a Windows2003 Std machine where I've
installed Acrobat Reader and Office viewer (Excel viewer 2003).

Well, I'm seeing the Excel rendering the document but then hanging with the
XLSView process using 100% CPU.

Any idea ?
Rgds,
Christian
 
G

Guest

I can't seem to figure how to get this XP fax to work, it tells me there is
no dial tone and I'm running DSL HELP
 
C

Christian

Hi,
you can trust me it works perfectly with other documents (.txt, .pdf,
..jpg...) and also on the other machine where I have installed the whole
Office suite.
So is it a problem of the Excel viewer ?

Rgds,
Chris
 
H

Hal Hostetler [MVP-S/U]

Sending a fax when you have DSL requires one of two methods:

1. You obtain a DSL line filter suitable for connecting a standard voice
telephone to the DSL line, then connect your analog fax modem to the line
through the line filter. Your DSL provider has these filters, as does your
local Radio Shack store:

http://www.radioshack.com/category....4_004_002_000&Page=1&find=dsl filter(keyword)

2. You hire an Internet E-faxing service:

http://www.slipstick.com/addins/services/fax.htm#internetfax
Personal Fax Services - Internet Fax
http://www.savetz.com/fax/
FAQ: How can I send a fax from the Internet?

Hal
--
Hal Hostetler, CPBE -- (e-mail address removed)
Senior Engineer/MIS -- MS MVP-S/U -- WA7BGX
http://www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Still Cadillacin' - www.badnewsbluesband.com
 
C

Christian

But I don't want to send fax over DSL or over internet in general !!!!
I'm sending fax with local fax server through a standard analog modem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top