Fax an excel sheet
WinXPTalk.com Forum Index WinXPTalk.com
Forums for Windows XP users.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winxptalk.com
Fax an excel sheet

 
Post new topic   Reply to topic    WinXPTalk.com Forum Index -> Print & Fax
Author Message
Christian
Guest





Posted: Mon Dec 20, 2004 2:11 pm    Post subject: Fax an excel sheet Reply with quote

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
Back to top
Charlie
Guest





Posted: Tue Dec 21, 2004 9:31 am    Post subject: RE: Fax an excel sheet Reply with quote

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

"Christian" wrote:

Quote:
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


Back to top
Christian
Guest





Posted: Tue Dec 21, 2004 12:25 pm    Post subject: Re: Fax an excel sheet Reply with quote

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


"Charlie" <Charlie@discussions.microsoft.com> wrote in message
news:56B4E118-CBCC-4410-A1D3-922440138F72@microsoft.com...
Quote:
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

"Christian" wrote:

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


Back to top
Hal Hostetler [MVP-S/U]
Guest





Posted: Wed Dec 22, 2004 3:53 pm    Post subject: Re: Fax an excel sheet Reply with quote

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.asp?catalog%5Fname=CTLG&category%5Fname=CTLG%5F004%5F004%5F002%5F000&Page=1&find=dsl%20filter(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 -- hhh@kvoa.com
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

"Charlie" <Charlie@discussions.microsoft.com> wrote in message
news:56B4E118-CBCC-4410-A1D3-922440138F72@microsoft.com...
Quote:
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
Back to top
Christian
Guest





Posted: Wed Dec 22, 2004 9:13 pm    Post subject: Re: Fax an excel sheet Reply with quote

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.



"Hal Hostetler [MVP-S/U]" <hhh@kvoa.com> wrote in message
news:OVGryRB6EHA.1408@TK2MSFTNGP10.phx.gbl...
Quote:
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.asp?catalog%5Fname=CTLG&category%5Fname=CTLG%5F004%5F004%5F002%5F000&Page=1&find=dsl%20filter(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 -- hhh@kvoa.com
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

"Charlie" <Charlie@discussions.microsoft.com> wrote in message
news:56B4E118-CBCC-4410-A1D3-922440138F72@microsoft.com...
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


Back to top
 
Post new topic   Reply to topic    WinXPTalk.com Forum Index -> Print & Fax All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Office Forums Access Forums Windows Server Exchange Server Help
New Topics Powered by phpBB