CHRIS RAE'S VBA PAGES
Routine: | PrintMyself |
Description: | Utterly useless - my suggestion for the "smallest VBA program that can print itself" fight. |
Sub PrintMyself()
' Chris Rae's VBA Code Archive - http://chrisrae.com/vba
' By Chris Rae, 19/5/99
SendKeys ("^p~")
End Sub
You're free to use these routines for anything you want - all I ask is that for commercial use you give me credit somewhere. You may instead want to head back to the index for my Visual Basic for Applications Pages or the main routines archive page.