Upper Case Macro
Hi,
Attach this to a button
Sub Marine()
For Each c In Selection
c.Formula = UCase(c.Formula)
Next
End Sub
Mike
"Phil H" wrote:
I need a macro, which will be attached to a button, to change text to upper
case for any range of selected cells. Can someone help?
|