D David Oct 24, 2003 #1 How can I display the version number of Visual Basic that is used in 'Access '97'? Thank you, David.
A Alex Dybenko Oct 24, 2003 #2 try to use FMS Access Information http://www.fmsinc.com/free/utilities/fmsacin8.htm if it does not show vba version - you can use it code to get vba332.dll version
try to use FMS Access Information http://www.fmsinc.com/free/utilities/fmsacin8.htm if it does not show vba version - you can use it code to get vba332.dll version
D Dev Ashish Oct 27, 2003 #3 How can I display the version number of Visual Basic that is used in 'Access '97'? Click to expand... To add to Alex's post, you can also use this code to get the version (you'll need the full path to vba332.dll) [ http://www.mvps.org/access/api/api0065.htm ] -- Dev
How can I display the version number of Visual Basic that is used in 'Access '97'? Click to expand... To add to Alex's post, you can also use this code to get the version (you'll need the full path to vba332.dll) [ http://www.mvps.org/access/api/api0065.htm ] -- Dev