Feb 21, 2006 #1 athlon551 Technical User Apr 19, 2005 4 US 'close File Application.DisplayAlerts = False Workbooks(NewWorkbookName).Close SaveChanges:=False Application.DisplayAlerts = True Why doe is take so long to close a text file.....csv file in excel vba? Is there a better method? Matt
'close File Application.DisplayAlerts = False Workbooks(NewWorkbookName).Close SaveChanges:=False Application.DisplayAlerts = True Why doe is take so long to close a text file.....csv file in excel vba? Is there a better method? Matt
Feb 23, 2006 #2 GVF Programmer Feb 25, 2005 160 US I'm not sure that it would make any difference but have you tried switching to the workbook and then using Activeworkbook.close false Greg Upvote 0 Downvote
I'm not sure that it would make any difference but have you tried switching to the workbook and then using Activeworkbook.close false Greg