I'm working on a project at work that, basically, does screen scraping. I'm using VBA to drive another system based on inputs stored in a spreadsheet. The problem I'm running into is that certain fields require a + from the number pad as a field-exit character.
I have no problem using the SendKeys function to fill in the other fields, but for the life of me, in any of the research I've done, I can't figure out how to pass that + specifically. Has anyone had to do this? I feel like there's something simple I'm not getting...