View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Benjamin Benjamin is offline
external usenet poster
 
Posts: 102
Default If String starts with a * (asterik)

I need to do loop of actions on a list of strings.
If the string begins with an * it's not supposed to be changed or edited.
Everything else should be.

How to search and tell if the vba string starts with a *
something with MID, or Left maybe?

Little help... still learning vba here.