D
daniel chen
Cells(1, 1) = "ABC" 'as given
Cells(1, 2) = Cells(1, 1) 'but I want it in lower case i.e. "abc"
Will someone help me with the VBA codes, please?
Cells(1, 2) = Cells(1, 1) 'but I want it in lower case i.e. "abc"
Will someone help me with the VBA codes, please?