I am trying to save and close a specific open workbook without prompts.
Why does this not worK?
Why does this not worK?
Code:
[LEFT][COLOR=#222222][FONT=Verdana] For Each Workbook In Workbooks[/FONT][/COLOR]
[COLOR=#222222][FONT=Verdana] If Workbook.FullName = "ExcludedWo.xlms" Then Workbook.Close (True)[/FONT][/COLOR]
[COLOR=#222222][FONT=Verdana] Next Workbook[/FONT][/COLOR][/LEFT]