View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark[_57_] Mark[_57_] is offline
external usenet poster
 
Posts: 2
Default parsing a string

i'm writing a macro from within excel 2003. if i have a string with value
"abc", how do i select just "ab".

i tried the left(string,number) function (which i use in VB all the time)
but i guess within excel that doesnt' work?

thanks.