Thread
:
Close workbook
View Single Post
#
1
Posted to microsoft.public.excel.programming
Oldjay
external usenet poster
Posts: 337
Close workbook
I want tp close tempdata if it is open
If ActiveWorkbook = "Tempdata.xls" Then
ActiveWorkbook.Close
End If
This dosn't work
Reply With Quote
Oldjay
View Public Profile
Find all posts by Oldjay