Print Range

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top