ignoreprintareas=false

  1. E

    Moving from Windows 10 to Apple MAC. Code help please

    Help with macro please. The Sub below works fine with Excel using Windows 10 however I am migrating to Excel in MAC. When I run the macro I get an Error while Printing message. If I go to DEBUG and change the path to “DATA1\DATA\DROPBOX\BUSINESS\PDF_INVOICE" I still get an error but this time...
  2. M

    Meaning of some words ?

    In part of my print macro, I have this 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
  3. R

    Using a dynamic list to print selected sheets

    Hi I've written a code to print specific sheets based on the name, viz. Sub MyPrint() Windows("161082.xlsm").Activate Sheets(Array("P026", "P062", "P125", "P461", "P645", "P721", "PMF15", "PMF57", "PMF62", "PMF65", "PMF66")).Select ActiveSheet.ExportAsFixedFormat _...
  4. S

    Printing excel worksheets using VBA macro

    Hei guys, I have an excel workbook which contains worksheets, say, W1 to W9. I recorded a macro to print the sheets and it is working fine to certain extent. The code is like this: Sub Macro1() Sheets("W1").Select ActiveWindow.SelectedSheets.PrintOut Copies:=3, Collate:=True, _...
  5. S

    Printing excel worksheets using VBA macro

    Hei guys, I have an excel workbook which contains worksheets, say, W1 to W9. I recorded a macro to print the sheets and it is working fine to certain extent. The code is like this: Sub Macro1() Sheets("W1").Select ActiveWindow.SelectedSheets.PrintOut Copies:=3, Collate:=True, _...
  6. M

    Macro to prompt for which printer to use

    Currently have a macro to instruct for the print the workbook sheets as follows, but I am lokk9imng for a code that would prompt to select which printer to print, can anyone help? Sub Macro2() ' ' Macro2 Macro ' ' Keyboard Shortcut: Ctrl+Shift+P ' Sheets("Charge Sheet").Activate...
  7. S

    Macro - Update Info and Print out

    Hello Mr Excel, I recorded a macro to print individual scorecards for six people. I have to get the name into cell C12 to update the information and then print the scorecard. Am I able to automate this macro to allow it to print more than six names and stop at the end of the last name (stop at a...
  8. P

    Macro to change cell value and print to PDF

    Hello All I need help with this macro please Sub Macro4() ' ' Macro4 Macro ' ' Range("Q2:X2").Select ActiveCell.FormulaR1C1 = "4" Range("Q3:X3").Select ActiveWorkbook.PrintOut Copies:=1, Collate:=True, IgnorePrintAreas:=False Range("Q2:X2").Select ActiveCell.FormulaR1C1...

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