B
Bill
Hi everybody
I am trying to use a macro to trim a selected range
but I can't seem to get it to function - the code
looks like this
Range("A2:R600").Select
Dim MyString, TrimString
MyString = " <-Trim-> "
TrimString = Trim(MyString)
TrimString = "<-Trim->"
End sub
I would be grateful for any suggetsions on how I can get
this to work
Thanks in anticipation
Bill
I am trying to use a macro to trim a selected range
but I can't seem to get it to function - the code
looks like this
Range("A2:R600").Select
Dim MyString, TrimString
MyString = " <-Trim-> "
TrimString = Trim(MyString)
TrimString = "<-Trim->"
End sub
I would be grateful for any suggetsions on how I can get
this to work
Thanks in anticipation
Bill