Mightyginger
Programmer
Okay, so say I want to import a file from a location into my spreadsheet. Part of this involves copying some numbers across. Thats fine. Now, what I'd like to be able to do is hold down a key while the macro is running (Alt doesn't seem to affect the macro running at the moment, so I can run it while pressing Alt and it runs fine) and somewhere in the code check to see if that specific (or maybe any) key is being pressed. Then the spreadsheet might give the inverse of that number depending if the number is being pressed or not.
Can I do that?
Can I do that?