Thread
:
Condensing VBA code
View Single Post
#
1
Posted to microsoft.public.excel.misc
Brad
external usenet poster
Posts: 846
Condensing VBA code
Can the following code be reduced?
Application.Proper(Cells(cell.Row, "C").Value) & " " &
Application.Proper(Cells(cell.Row, "B").Value)
Reply With Quote
Brad
View Public Profile
Find all posts by Brad