View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Changing Entries to Proper and Upper Case Q

Your code appears to work. Just run:

Sub demo()
Application.EnableEvents = True
End Sub

first
--
Gary''s Student - gsnu200713