A
Andy
Hi,
With the following, I was able to change a multi-row
selection to proper case
dim myArray as variance
range("a1:a20").select
set myArray = selection
myArray = application.proper(myArray)
This does not work with UCase. Apart from using For Next
loop, is there a way similar to above code that works. I'm
looking for an alternative that works faster than For Next
loop
Thanks
With the following, I was able to change a multi-row
selection to proper case
dim myArray as variance
range("a1:a20").select
set myArray = selection
myArray = application.proper(myArray)
This does not work with UCase. Apart from using For Next
loop, is there a way similar to above code that works. I'm
looking for an alternative that works faster than For Next
loop
Thanks