1
Answer

Debug error when saving workbook

richard smith

richard smith

11y
973
1
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.

Answers (1)