View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
a.riva@UCL a.riva@UCL is offline
external usenet poster
 
Posts: 20
Default VBA for comparing sequences of characters.

You won't be able to do that with a function. A function procedure returns a
value. It does not/cannot alter any properties of the cell or its contents.

I believe you will need to write a Sub procedure to accomplish your goal.
--ron


Yeah... Well, I'll try to modify the code you sent me (thanks
again!!!), to taylor it to what I need :-)

Let you know!!!

Antonio.