Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Matilda Hughes   on Feb 08 In MS Office Category.

  
Question Answered By: Ramon Davis   on Feb 08

The sub you would want to modify is FilePrintDefault. You can find
most of the default commands through the Word and modify
appropriately for Excel. Search for "Modifying a Word Command" in
the Word VBA Editor.

Sub FilePrintDefault()
'
' FilePrintDefault Macro
' Prints the active document using the current defaults
'
ActiveSheet.PrintPreview

End Sub

Share: 

 
 
Didn't find what you were looking for? Find more on Fileprint Or get search suggestion and latest updates.


Tagged: