Abby Normal Posted February 19, 2019 Report Posted February 19, 2019 I wrote a script after doing a couple manually. Here's the AutoHotkey text in case you're interested: :*:qbi=:: Send, ^i sleep, 750 Send, QBI CALCULATION Send, !a !a !a Send, {TAB 7} Send, SCH C INCOME{DOWN}LESS HALF SE TAX{DOWN}LESS SE HEALTH INSURANCE{DOWN}LESS RELATED RETIREMENT CONTRIBUTIONS Send {TAB}{UP 3} return I didn't test if the sleep was necessary, but I thought it couldn't hurt to wait 3/4 of a second. ^ is Ctrl, ! is Alt and the rest is pretty straightforward. The first line is just AutoHotkey's syntax. I chose qbi plus an = sign as the trigger. I could've just used q= or something else. Quote
ILLMAS Posted February 19, 2019 Report Posted February 19, 2019 No wonder you looked familiar to me, I sort of recognized you from your picture. 1 Quote
Lynn EA USTCP in Louisiana Posted February 19, 2019 Report Posted February 19, 2019 I didn't follow the script, but did do a 199A supporting worksheet in my own tax return - it works perfectly. 2 Quote
Yardley CPA Posted February 19, 2019 Report Posted February 19, 2019 I'm not overly familiar with writing scripts but anything to save time is well worth the learning curve. Quote
Abby Normal Posted February 20, 2019 Author Report Posted February 20, 2019 4 hours ago, Yardley CPA said: I'm not overly familiar with writing scripts but anything to save time is well worth the learning curve. When I first started, I made attempts that weren't working, so I posted them on AutoHotkey forums and the related reddit, and strangers were more than willing to help me fix my code. Some of the code I copied from them, I still don't fully understand, but basic scripts like having je= type my (Joe's) email address, ad= typing my street address are so easy to write and great time savers and eliminate typos as well. Last year I wrote one to type my ATX password. I don't even know what my password is anymore, but I can look it up in my script, or just run in it notepad. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.