C chacal Registered User. Local time Today, 01:43 Joined Jun 1, 2005 Messages 40 Sep 5, 2005 #1 Hi everyone, Does someone know how to determine the language of the OS using VBA? Thanks a lot for your responses!
Hi everyone, Does someone know how to determine the language of the OS using VBA? Thanks a lot for your responses!
K Keizo New member Local time Today, 14:43 Joined Sep 5, 2005 Messages 8 Sep 8, 2005 #2 This doc may be help: http://www.microsoft.com/technet/scriptcenter/guide/sas_cpm_fxkq.mspx (Retrieving the Properties of the Operating System) I've not check it in detail, but I'm afraid VBA alone cannot make it possible what you want and requires WIN32API. Keizo I also have a question: http://www.access-programmers.co.uk/forums/showthread.php?t=93171
This doc may be help: http://www.microsoft.com/technet/scriptcenter/guide/sas_cpm_fxkq.mspx (Retrieving the Properties of the Operating System) I've not check it in detail, but I'm afraid VBA alone cannot make it possible what you want and requires WIN32API. Keizo I also have a question: http://www.access-programmers.co.uk/forums/showthread.php?t=93171
C chacal Registered User. Local time Today, 01:43 Joined Jun 1, 2005 Messages 40 Sep 22, 2005 #3 Thanks a lot, That's exactly what I was looking for....