I am developing a vba/excel app for a client and trying to determine which version of excel I should develop it in. The client uses the following Office 365 version:
Microsoft® Excel® for Microsoft 365 MSO (Version 2210 Build 16.0.15726.20188) 64-bit
But I know online office 365 doesn't even allow for vba development.
So I started to develop in excel 2019 but kept getting errors in simple code:
run-time error '2147417848 (800101108)
Method 'Value' of object 'Range' failed
So I am planning to use a copy of Excel 2010 that I have. Will this work? What is the best practice to deploy vba apps. Will I just have to have the client install a local copy of Excel 2010?
Microsoft® Excel® for Microsoft 365 MSO (Version 2210 Build 16.0.15726.20188) 64-bit
But I know online office 365 doesn't even allow for vba development.
So I started to develop in excel 2019 but kept getting errors in simple code:
run-time error '2147417848 (800101108)
Method 'Value' of object 'Range' failed
So I am planning to use a copy of Excel 2010 that I have. Will this work? What is the best practice to deploy vba apps. Will I just have to have the client install a local copy of Excel 2010?