Occasionally in Excel 2010 when I open Format Cells, I am presented with an odd result.
Does anyone have a good explanation? Is my Lenovo keyboard doing this?
I had polish zip codes added the other day after running some code across cells, i don't know the cause but if you can identify when it occurs in code you can at least reapply correct formatting over the top
Thanks, I will be on the lookout and check manually while stepping through some VBA.
I've run a scheduled task .vbs to check the system locale, though I've never caught it with programmatic means.
Code:
locale = getlocale()
if locale <> 1033 then
msgbox "Locale changed to " & getlocale()
end if
I am reading these cells via VBA to populate a listbox on a userform.
It has occurred on this system several times now, using different workbooks and VBA.
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.