Print Range

  • Thread starter Thread starter Philosophaie
  • Start date Start date
P

Philosophaie

I have made a macro to print a range in Excel. All it does is print a few
lines and dots at the top


Range("D4:G11").Select
ExecuteExcel4Macro "PRINT(1,,,1,,,,,,,,1,,,TRUE,,FALSE)"


Is there another way of printing that range as a speadsheet or modifying the
above macro to print the range in a viewable form.
 
Back
Top