Convert Text to Upper Case VBA UCase Function
VBA code to display or convert text to Upper Case using VBA UCase Function without using UPPER Function in each cell. For example, if you have an alphanumeric like “17Agpjps9630d1zi” using this code will display “17AGPJPS9630D1ZI” even if the entries are done in lowercase or proper case.
Convert Text to Upper Case VBA UCase Function Read More »