Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm using some code from Chip Pearsons site to convert a range to Upper Case.
Sub ConvertToUpperCase() Dim Rng As Range For Each Rng In Selection.Cells If Rng.HasFormula = False Then Rng.Value = UCase(Rng.Value) End If Next Rng End Sub I've noticed that whenever there is a date in the range it "flips" the format. Thus 01/02/2004 is converted to 02/01/2004. Is there a way around this? Many Thanks Andy -- Andy Tallent |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting numbers to date format from csv files | Excel Discussion (Misc queries) | |||
Need help troubleshooting an array formula XLXP on Win2K | Excel Worksheet Functions | |||
Formula to list unique values | Excel Worksheet Functions | |||
Using formulas to determine date in one cell based on date in anot | Excel Worksheet Functions |