Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need Help on Formula For Printing


I used to know how to create a formula in Excel that would allow me t
print a range of cells (of my choosing) in a workbook by pressin
<CTRL <Whatever key I choose. Can someone help me? :confused

--
brickma
-----------------------------------------------------------------------
brickman's Profile: http://www.excelforum.com/member.php...fo&userid=2691
View this thread: http://www.excelforum.com/showthread.php?threadid=40137

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default Need Help on Formula For Printing

add this to a standard module

Sub print_it()
ActiveSheet.PageSetup.PrintArea = Selection.Address
ActiveWindow.SelectedSheets.PrintPreview
End Sub


assign it to a button/menu adding a ctrl + letter shortcut


"brickman" wrote:


I used to know how to create a formula in Excel that would allow me to
print a range of cells (of my choosing) in a workbook by pressing
<CTRL <Whatever key I choose. Can someone help me?


--
brickman
------------------------------------------------------------------------
brickman's Profile: http://www.excelforum.com/member.php...o&userid=26912
View this thread: http://www.excelforum.com/showthread...hreadid=401372


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 903
Default Need Help on Formula For Printing

Hi brickman,
You are probably thinking of Ctrl+P which is the same as
File, Print unlike the print toolbar button, it gives you choices,
and one of the choices is "Print Selection"..
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Patrick Molloy" wrote in message
...
add this to a standard module

Sub print_it()
ActiveSheet.PageSetup.PrintArea = Selection.Address
ActiveWindow.SelectedSheets.PrintPreview
End Sub


assign it to a button/menu adding a ctrl + letter shortcut


"brickman" wrote:


I used to know how to create a formula in Excel that would allow me to
print a range of cells (of my choosing) in a workbook by pressing
<CTRL <Whatever key I choose. Can someone help me?


--
brickman
------------------------------------------------------------------------
brickman's Profile: http://www.excelforum.com/member.php...o&userid=26912
View this thread: http://www.excelforum.com/showthread...hreadid=401372




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 cells that are blank, because there is a formula JeffK Excel Discussion (Misc queries) 5 November 18th 09 09:51 PM
Formula printing in cell Doehead Excel Worksheet Functions 6 October 12th 08 09:51 PM
Printing with formula Claudio Excel Worksheet Functions 3 June 22nd 06 01:21 AM
Excel formula printing canuck Excel Discussion (Misc queries) 3 July 25th 05 03:13 AM
Printing a formula TNMAN Excel Worksheet Functions 2 January 6th 05 09:06 PM


All times are GMT +1. The time now is 03:42 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"