Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 76
Default Printing Embedded Text Box

Is there a way to print the value of a text box in a spreadsheets header? I
have a dynamic print function that prints out the spreadsheet. I would like
to be able to use the text box when the print out spans multiple pages.


Sub PrintCart()

Dim lngBottomRow As Long
Dim rngData As Range

'Where is the end of the data beginning with row 24, 1-23 reserved for
header
Set rngData = Range("a24").End(xlDown)

lngBottomRow = rngData.Row

Range("A1", "J" & lngBottomRow).PrintOut

End Sub
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
Printing Embedded Word Docs JLMHoss Excel Discussion (Misc queries) 0 July 23rd 08 01:33 PM
Black box when printing embedded chart to XPS PsychoMachine Charts and Charting in Excel 0 January 25th 08 07:54 PM
Printing an embedded Word Object bluegrassstateworker Excel Programming 0 May 4th 07 02:58 PM
Printing embedded charts in Excel 2007 Stephen R. Gibson Charts and Charting in Excel 1 June 23rd 06 06:00 AM
Printing Embedded Word Document Mark Excel Programming 0 May 16th 06 08:54 PM


All times are GMT +1. The time now is 05:28 AM.

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

About Us

"It's about Microsoft Excel"