Thread
:
Use of UCase
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 4
Use of UCase
UCase is not a worksheet function - it is
VB
. Use ..
Application.WorksheetFunction.UPPER() or the *
VB
*
rng.Value = UCase(rng.Value)
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]