Debug error when saving workbook
Application.Workbooks.Open("C:\\Data\\workbook1.xls");
oWB.SaveAs("C:\\Reviewed\\Workbook1.xls");
It hits the saveline and tells meNullReferenceException was unhandled?
And nothing is null that is what has me baffled! The directory exists that I am trying to save to as well.