Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Microsoft Office support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Microsoft Office support MS Office support forum

Reply
 
LinkBack Thread Tools
Old 11-20-2008, 02:39 PM   #1 (permalink)
Registered User
 
Join Date: Nov 2008
Location: Gulf Of Mexico
Posts: 10
OS: XP


Need Help, New to the Forum

Hello to all from the Gulf of Mexico.

Name here is Pujo, and I need a little help.

I am using Excel 2003, I want to use certain cells in my database and convert them to word or pdf and email.
I do not need to save the db and I only need a portion of the spreadsheet, not the entire sheet.

I have searched over the net and found nothing.

If anyone can shed any light on this please do.

Thanks in advance,
pujo
pujo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 11-21-2008, 08:49 AM   #2 (permalink)
Folding Along
 
gistek's Avatar
 
Join Date: May 2007
Location: PA, USA
Posts: 1,912
OS: Bobbi=xp, sp3 Muse=Vista Home Premium


Send a message via AIM to gistek Send a message via Skype™ to gistek
Re: Need Help, New to the Forum

On one of the tabs in the Page Setup window there is a place where you can set the print area.

It's the same tab that lets you set the rows and columns to be repeated on every page.
__________________
I am not a computer professional, My advice comes from personal experience and/or friends who are computer professionals. Learn By Doing Un-versity
Interested in Search and Rescue? Check out the Civil Air Patrol.
Come Fold with us. TSF Folding@Home Team
gistek is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-21-2008, 12:44 PM   #3 (permalink)
Registered User
 
Join Date: Nov 2008
Location: Gulf Of Mexico
Posts: 10
OS: XP


Re: Need Help, New to the Forum

Quote:
Originally Posted by gistek View Post
On one of the tabs in the Page Setup window there is a place where you can set the print area.

It's the same tab that lets you set the rows and columns to be repeated on every page.
I tried to record a Macro, my steps are as followed.
Started recording, set print area, convert to pdf and email, reset print area.

I thought this would work, but when I wanted to reset the print area it gave me an error. So I am still trying.
I will paste the code in a few.

Thanks,
Pujo
pujo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-21-2008, 02:57 PM   #4 (permalink)
Registered User
 
Join Date: Nov 2008
Location: Gulf Of Mexico
Posts: 10
OS: XP


Thumbs Up Re: Need Help, New to the Forum

ok,
Here is what I have so far.


Private Sub CommandButton1_Click()
ActiveSheet.Range("A6:K32").Select
ActiveSheet.PageSetup.PrintArea = Selection.Address
ActiveSheet.PageSetup.FitToPagesWide = 1
ActiveSheet.PageSetup.FitToPagesTall = 1
Application.ActivePrinter = "Adobe PDF on Ne05:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
"Adobe PDF on Ne05:", Collate:=True
ActiveSheet.Range("A1:K91").Select
ActiveSheet.PageSetup.PrintArea = Selection.Address
ActiveSheet.PageSetup.FitToPagesWide = 1
ActiveSheet.PageSetup.FitToPagesTall = 1
End Sub

Problem is that I want to use the "convert to adobe pdf and send for review" rather than just convert to pdf.

Is there anyway that I can do this?
pujo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-22-2008, 10:54 AM   #5 (permalink)
Folding Along
 
gistek's Avatar
 
Join Date: May 2007
Location: PA, USA
Posts: 1,912
OS: Bobbi=xp, sp3 Muse=Vista Home Premium


Send a message via AIM to gistek Send a message via Skype™ to gistek
Re: Need Help, New to the Forum

I haven't done much with Macros, but I believe that any command available within the application can be used in a macro.

If there isn't a "... and send for review" command, you may have to settle for ending with the print to .pdf

You should be able to set a save directory for it that will make it easy to send for review as a non-excel action.

If this isn't helpful, and no one else responds, try posting a new thread with the title, "Excel Macro Help Needed" and include your Excel version, the macro and what you want it to do. The title will attract someone more macro savvy than I am, and a full description, including the Excel version and macro will help elimiate some question and answer posts.
__________________
I am not a computer professional, My advice comes from personal experience and/or friends who are computer professionals. Learn By Doing Un-versity
Interested in Search and Rescue? Check out the Civil Air Patrol.
Come Fold with us. TSF Folding@Home Team
gistek is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 02:10 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85