Thread
:
Backup to specific folder if workbook names begins with "NSR" or "MAC"
View Single Post
#
2
Posted to microsoft.public.excel.programming
GregR
external usenet poster
Posts: 246
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
Reply With Quote
GregR
View Public Profile
Find all posts by GregR