Thank you
I didn't know if you could somehow have
Application.Proper(Cells(cell.row, "C"&" "&"B").Value
"Bernie Deitrick" wrote:
> Application.Proper(Cells(cell.Row, "C").Value & " " & Cells(cell.Row, "B").Value)
>
>
> --
> HTH,
> Bernie
> MS Excel MVP
>
>
> "Brad" <(E-Mail Removed)> wrote in message
> news:8CBF53FE-8BE0-401C-80CD-(E-Mail Removed)...
> > Can the following code be reduced?
> >
> > Application.Proper(Cells(cell.Row, "C").Value) & " " &
> > Application.Proper(Cells(cell.Row, "B").Value)
> >
> >
> >
>
>
>
|