I'm developing a spreadsheet in Excel
using VBA
, which will function as a "micro-system" of registration.
I'm having the following problem: Every time I type the date in the cell Cad_0
, for example, Excel changes the format to mm/dd/yyyy
.
On the same worksheet I'm already using a code so that Excel
changes the typed text in lowercase to uppercase.
If I delete this code, Excel
stops changing the date format.