/autoprinter

Simple program that copies text from spreadsheet, splits it, pastes it, and prints it. Used to automatically print lables

Primary LanguageC#

autoprinter

Simple program that copies text from spreadsheet, splits it, pastes it, and prints it. Used to automatically print lables

This program utilizes the InputSimulator package, to simulate button presses.

Order of buttons pressed:

  • ARROW DOWN (jumps down in the spreadsheet)
  • CTRL + C (copy text)
  • WIN + TAB (change front window program) Splits text before the splitword
  • CTRL + V (paste text)
  • CTRL + P (print)
  • ENTER (confirm print)