Hello All,
I'm trying to run a macro that was written in Excel 2007 on a computer that is running Excel 2003.
Set wb = Workbooks.Open(path)
wb.Save
wb.Saved = True
wb.CheckIn <--- Err: Appilcation-defined or object-defined error
This code works perfectly using Excel 2007.
I've tried Workbooks.CheckIn(path) <-- Method or data member not found
Any ideas?
I'm trying to run a macro that was written in Excel 2007 on a computer that is running Excel 2003.
Set wb = Workbooks.Open(path)
wb.Save
wb.Saved = True
wb.CheckIn <--- Err: Appilcation-defined or object-defined error
This code works perfectly using Excel 2007.
I've tried Workbooks.CheckIn(path) <-- Method or data member not found
Any ideas?