Johnny C
Well-known Member
- Joined
- Nov 7, 2006
- Messages
- 1,069
- Office Version
- 365
- Platform
- Windows
Hi
We have to use an Add-In to access Sun Financials from Excel (Infor Q&A). It's locked so I can't see inside the VBA, but I'm guessing it uses SendKeys as when you use it from a virtual desktop box (Wyse terminal type thing) it randomly turns NumLock off. Which is a big pain. It retrieves data from Sun Financials whenever the worksheet is recalculated.
I've got code to turn Numlock back on if it's turned off, but is there a way to get the code to run after every worksheet change in any change in any workbook, i.e. not using the worksheet_change in the worksheet code for a particular sheet in a particular workbook? Putting the code into every sheet in every workbook in a Finance team folder isn't an option ...
TIA
We have to use an Add-In to access Sun Financials from Excel (Infor Q&A). It's locked so I can't see inside the VBA, but I'm guessing it uses SendKeys as when you use it from a virtual desktop box (Wyse terminal type thing) it randomly turns NumLock off. Which is a big pain. It retrieves data from Sun Financials whenever the worksheet is recalculated.
I've got code to turn Numlock back on if it's turned off, but is there a way to get the code to run after every worksheet change in any change in any workbook, i.e. not using the worksheet_change in the worksheet code for a particular sheet in a particular workbook? Putting the code into every sheet in every workbook in a Finance team folder isn't an option ...
TIA