View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
BVass BVass is offline
external usenet poster
 
Posts: 4
Default Finding a Character in a String Using VBA

Hi,

I am trying to return an integer for the number of characters from the left
of a string that the character "/" is located.

I need to do this using VBA as I am trying to trim the value of a cell.

Can anyone help?

BVass