Thread: Use of UCase
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] brian.baulsom@gmail.com is offline
external usenet poster
 
Posts: 4
Default Use of UCase

UCase is not a worksheet function - it is VB. Use ..
Application.WorksheetFunction.UPPER() or the *VB*
rng.Value = UCase(rng.Value)