Skip to content

Instantly share code, notes, and snippets.

@tombrad
Created February 6, 2013 23:54
Show Gist options
  • Save tombrad/4727049 to your computer and use it in GitHub Desktop.
Save tombrad/4727049 to your computer and use it in GitHub Desktop.
Curso VBA-9
Application.PrintOut FileName:=”Permiso.doc”, Range:=wdPrintCurrentPage, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:=”", PageType:=wdPrintAllPages, _
Collate:=True, Background:=True, PrintToFile:=False
Selection.WholeStory
Selection.Delete Unit:=wdCharacter, Count:=1
Unload UserForm1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment