I want a macro that clicks the letter D then ALT and backspace then lastly the number 8.
What I've got now is:
HIDMacros.SendKeys "D"
HIDMacros.SendKeys "%({BACKSPACE})"
HIDMacros.SendKeys "8"
But this seems to trigger all the actions at the same time.