Mabocat

Board Regular
Joined
Apr 20, 2011
Messages
74
In part of my print macro, I have this
Code:
ActiveWindow.SelectedSheets.PrintOut From:=1, To:=1, Copies:=1, Collate _
        :=True, IgnorePrintAreas:=False

Now what does IgnorePrintAreas:= False mean please?


where can I find what all of these mean?

Ron
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Just click on the word PrintOut in the VBA editor and press F1. It'll open up a web page with documentation about that item.
 
Upvote 0
Thank you Eric
but without having to click on all the various words, is their a document/ web site that has them all listed?

Ron
 
Upvote 0
If you click F1 on PrintOut, the web page shows all of the parameters that PrintOut uses: IgnorePrintAreas, From, Copies, etc.

A few years back, Microsoft got rid of the offline documentation, and now you have to go to the web to get to it. If you go to that web page, and look in the upper left corner, you'll see a hierarchical path to get to that particular object, you can use that to search other things. It's very much designed to show information about a given object or method, you kind of have to know what you're looking for.
 
Upvote 0
Eric, so where is that info stored? with Excel on my PC or online ? I will admit I preferred the old paper manuals as it was easier to test things out without having to keep changing screens.
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top