Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Qu2
  • Order by date
  1. Qu2

    Send Keys!!!!!

    Tom: Did you try entering SendKeys in Help? That should give you the full syntax. I don't know what keystrokes you are trying to reproduce. Off the top of my head: + = Shift ^ = Control % = Alt So if you needed to do something like copy and paste it could be something like: SendKeys "^c"...
  2. Qu2

    Print a Word document from Access Form

    You'll have to look at the keystrokes involved with Word but you can use "SendKeys" to try and do the printing and close Word. For example: Application.FollowHyperlink "C:\Documents and Settings\ufga20.000\Desktop\Word1.doc" SendKeys "^p" 'Print the document SendKeys "~" ' Hit enter for the...

Part and Inventory Search

Back
Top