#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 265
Default How to:

1) Print 3 copies of a specific region in the same page (the fatest and
easiest)
2) I made a function (the tipical function of convert numbers to cardinals
(two thousand etc etc etc)), my problem is, when I pres a number (any number)
the entire macro is evaluated, and this happends with all the numbers I type,
as you can imagine, this takes long, so, There is a way to evaluate the
function just if certaines cells are changed (or certaines sheets are
selected)????

TIA
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to:


Hello filo666,
In response to question number 1, here is the code. Change the
worksheet name and range to what you are using.

Code Example:

With Worksheets("Sheet1")
..PageSetup.PrintArea = "A30:F60"
..PrintOut Copies:=3
End With

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=488247

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



All times are GMT +1. The time now is 08:03 AM.

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"