View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kobayashi[_15_] Kobayashi[_15_] is offline
external usenet poster
 
Posts: 1
Default Hopefully simple Select Case error

Can anybody help explain why this part of my Select Case statement won't
work? First time using Select Case so please excuse me if this is
glaringly obvious!

Case "Criteria 1" And _
Cell.Offset(0, 1).Valuelike "*AdditionalCriteria*"

Case "Criteria 2" And _
Cell.Offset(0, 1).Value Like "Additional Criteria"

Thanks,

Adrian



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/