Can I change the keyboard language woth VBA macro?

KhallP

Board Regular
Joined
Mar 30, 2021
Messages
157
Office Version
  1. 2016
Platform
  1. Windows
The language of my keyboard is in Portuguese, it turns out that due to the insertion of commas and dots in my Excel for my program to work I have to change it to English, it is possible to create a macro that when initialized changes the computer keyboard language to English and when the macro is finished change it back to Portuguese?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Fix: Windows display language instead of keyboard language
 
Upvote 0
You should fix your program, not manipulate user settings.
 
Upvote 0
You should fix your program, not manipulate user settings.
but is there a way to change the language? It's more accessible at the moment, as I have a short deadline to finish the program.
 
Upvote 0
I'm sure there is a way, but it would involve windows API calls so is probably not that simple, as well as not being a good option.
 
Upvote 0

Forum statistics

Threads
1,216,077
Messages
6,128,685
Members
449,463
Latest member
Jojomen56

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top