View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
GregR GregR is offline
external usenet poster
 
Posts: 246
Default Backup to specific folder if workbook names begins with "NSR" or "MAC"

My code is failing on this line

If (Left(BK.Name, 3)) = "NSR" Or "MAC" Then

When the line is:

If (Left(BK.Name, 3)) = "NSR"

it works as intended. TIA

Greg