PC Review


Reply
Thread Tools Rate Thread

Code to fax range?

 
 
Webtechie
Guest
Posts: n/a
 
      18th Feb 2010
Hello,

I am using Excel 2007. I've written code to print a range on my
spreadsheet. The boss wanted to be able to email the range, so I created
code that saves as pdf and then emails it as an attachment.

Great. Now the boss wants to fax the range to customers with a fax machine.
I have no idea how to fax a Excel range.

If anyone has any ideas, please let me know. Thanks for any and all help.

Tony
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      18th Feb 2010
I haven't faxed from excel in, er, ever.

But maybe your fax software just acts like a printer.

You could record a macro when you change printers (to get the name correct) and
then print that range to the printer.

I'm not sure if your fax software (or any fax software) can be maniuplated from
excel's VBA.

Webtechie wrote:
>
> Hello,
>
> I am using Excel 2007. I've written code to print a range on my
> spreadsheet. The boss wanted to be able to email the range, so I created
> code that saves as pdf and then emails it as an attachment.
>
> Great. Now the boss wants to fax the range to customers with a fax machine.
> I have no idea how to fax a Excel range.
>
> If anyone has any ideas, please let me know. Thanks for any and all help.
>
> Tony


--

Dave Peterson
 
Reply With Quote
 
Webtechie
Guest
Posts: n/a
 
      18th Feb 2010
Dave,

I guess you were trying to help.

I have code to print to specific printer. In this case it would be the
shared fax. Now, what I am trying to know is who to code that. I'm not sure
if I would code for an email and use the fax number in the to address.

I was hoping someone else has tried to send out faxes through VBA.

I am using Small Business Server 2003 Fax Services. The clients are mostly
Windows XP. I don't think there is an Fax object model, but there might be
someone that has accomplished this with using an Outlook object model or
something.

I am open to any ideas. But thanks for responding.

Tony

"Dave Peterson" wrote:

> I haven't faxed from excel in, er, ever.
>
> But maybe your fax software just acts like a printer.
>
> You could record a macro when you change printers (to get the name correct) and
> then print that range to the printer.
>
> I'm not sure if your fax software (or any fax software) can be maniuplated from
> excel's VBA.
>
> Webtechie wrote:
> >
> > Hello,
> >
> > I am using Excel 2007. I've written code to print a range on my
> > spreadsheet. The boss wanted to be able to email the range, so I created
> > code that saves as pdf and then emails it as an attachment.
> >
> > Great. Now the boss wants to fax the range to customers with a fax machine.
> > I have no idea how to fax a Excel range.
> >
> > If anyone has any ideas, please let me know. Thanks for any and all help.
> >
> > Tony

>
> --
>
> Dave Peterson
> .
>

 
Reply With Quote
 
Gero Presser
Guest
Posts: n/a
 
      12th Mar 2010
Don't know if you still need it, but i was looking for something similar and found this post >www.pcreview.co.uk/forums/thread-543889.php<

Don't know why the guy had problems with his code, works great with xp pro and office xp. I needed to add the fax services in the windows setup and in the excel VBA editor i added under >tools>references: ms fax service extended com and faxcom 1.0 type libary.



Webtechie wrote:

Dave,I guess you were trying to help.I have code to print to specific printer.
18-Feb-10

Dave

I guess you were trying to help

I have code to print to specific printer. In this case it would be th
shared fax. Now, what I am trying to know is who to code that. I am not sur
if I would code for an email and use the fax number in the to address

I was hoping someone else has tried to send out faxes through VBA

I am using Small Business Server 2003 Fax Services. The clients are mostl
Windows XP. I do not think there is an Fax object model, but there might b
someone that has accomplished this with using an Outlook object model o
something

I am open to any ideas. But thanks for responding

Ton

"Dave Peterson" wrote:

Previous Posts In This Thread:

On Wednesday, February 17, 2010 8:17 PM
Webtechie wrote:

Code to fax range?
Hello

I am using Excel 2007. I have written code to print a range on m
spreadsheet. The boss wanted to be able to email the range, so I create
code that saves as pdf and then emails it as an attachment

Great. Now the boss wants to fax the range to customers with a fax machine
I have no idea how to fax a Excel range

If anyone has any ideas, please let me know. Thanks for any and all help

Tony

On Wednesday, February 17, 2010 8:25 PM
Dave Peterson wrote:

I have not faxed from excel in, er, ever.
I have not faxed from excel in, er, ever

But maybe your fax software just acts like a printer

You could record a macro when you change printers (to get the name correct) an
then print that range to the printer

I am not sure if your fax software (or any fax software) can be maniuplated fro
excel's VBA

Webtechie wrote

-

Dave Peterson

On Thursday, February 18, 2010 1:41 AM
Webtechie wrote:

Dave,I guess you were trying to help.I have code to print to specific printer.
Dave

I guess you were trying to help

I have code to print to specific printer. In this case it would be th
shared fax. Now, what I am trying to know is who to code that. I am not sur
if I would code for an email and use the fax number in the to address

I was hoping someone else has tried to send out faxes through VBA

I am using Small Business Server 2003 Fax Services. The clients are mostl
Windows XP. I do not think there is an Fax object model, but there might b
someone that has accomplished this with using an Outlook object model o
something

I am open to any ideas. But thanks for responding

Ton

"Dave Peterson" wrote:


Submitted via EggHeadCafe - Software Developer Portal of Choice
What's New for Developers in SharePoint 2010 Object Model?
http://www.eggheadcafe.com/tutorials...evelopers.aspx
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA code for Range Jeffrey Marks Microsoft Excel Programming 0 15th Jul 2011 06:19 PM
Range - using in code Stephanie Microsoft Excel Worksheet Functions 5 24th Jun 2009 07:38 PM
How can I modify my code to offset the defined range and repeat theprocedure instead of duplicating my code? najisaadat@gmail.com Microsoft Excel Programming 4 29th May 2009 10:13 PM
VB Code Naming a Range (range changes each time) krazylain Microsoft Excel Programming 4 15th May 2004 12:41 PM
How do I lookup a code and then sum all cells in a range that correspond to the code? Morrism Microsoft Excel Misc 1 23rd Apr 2004 11:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:01 PM.