View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Francesco Sblendorio Francesco Sblendorio is offline
external usenet poster
 
Posts: 12
Default "Not" and "Not Like"

If WSh.Name < "Admin" and (Left(WShName, 7) < "Server " OR Right(WShName,
23) < " Projection Seed Values") Then

7 and 23 are lengths of "Server " and " Projection Seed Values"