Thread
:
Help with VBA Capitalization
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
Help with VBA Capitalization
summaryTitle = UCase((ctrl.Caption) & " AAV SUMMARY")
--
Gary''s Student - gsnu200906
"Ayo" wrote:
How do I convert ctrl.Caption to all CAP?
summaryTitle = (ctrl.Caption) & " AAV SUMMARY"
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student