Dear all,
Could someone provide me with the EVALUATE equivalent of
It should look something like:![]()
for each ccell in MyRng ccell.value = TRIM(ccell.value) Next
but this version take only the first address (cell(1,1)) of myRng![]()
With MyRng .Value = Evaluate("TRIM(" & .Address & ")") End With
Bookmarks