Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Printing a page with cell info

Owner Tool # Condition
Dave 601 Good
Phil 1701 Poor
Steve 4545 Excellent

I have a spreadsheet (larger) but similar to the above illustration.
enter data...Dave...601...Good.... When I get to the end of the ro
I'm on a blank cell. At this point I want to run a macro (with a ho
button which I already know how to install) which will send data fro
the cells in that row directly to my printer without going to
template or any other document. I don't want it to print out i
"spreadsheet" form. I want to be able to center align the text an
embed redundant text which isn't in the row's cells; as in th
following example:

The owner of the tool is Dave.
Tool number 601 has passed inspection.
It is in Good shape.

Can anyone help me in my quest?

Thank you in advance,

Eyecalibrat

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default Printing a page with cell info

An idea might be to write a formula for each row and make that cell the
Printable area.

So, in D1 you enter a number. 0 for row 1, 1 for row 2 etc..
E1:
="The owner of the tool is " & OFFSET(A1,D1,0) & ".
Tool number " & OFFSET(B1,D1,0) & " has passed inspection.
It is in " & OFFSET(C1,D1,0) & " shape."


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"eyecalibrate " wrote in
message ...
Owner Tool # Condition
Dave 601 Good
Phil 1701 Poor
Steve 4545 Excellent

I have a spreadsheet (larger) but similar to the above illustration. I
enter data...Dave...601...Good.... When I get to the end of the row
I'm on a blank cell. At this point I want to run a macro (with a hot
button which I already know how to install) which will send data from
the cells in that row directly to my printer without going to a
template or any other document. I don't want it to print out in
"spreadsheet" form. I want to be able to center align the text and
embed redundant text which isn't in the row's cells; as in the
following example:

The owner of the tool is Dave.
Tool number 601 has passed inspection.
It is in Good shape.

Can anyone help me in my quest?

Thank you in advance,

Eyecalibrate


---
Message posted from http://www.ExcelForum.com/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
One cell is printing per page Danielle Excel Discussion (Misc queries) 0 January 11th 10 06:26 PM
Incomplete Printing of Cell info. Kimberly New Users to Excel 4 October 8th 09 08:44 PM
Printing a page from a cell bnwash Excel Worksheet Functions 0 May 1st 08 01:34 AM
prevent a cell from breaking and printing on the next page Lu Excel Discussion (Misc queries) 2 May 5th 06 04:52 PM
How do you get Info to show on Every Page when Printing Excel Worksheet Functions 2 March 24th 05 08:31 PM


All times are GMT +1. The time now is 12:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"