I have got a task in which I have to adapt a very old application written in Delphi to Office 2007 and 2010. In this application we use our own .dot template. When I am trying to launch it on system with Office 2007 or 2010 I receive this message:
Requested Member of the Collection Does Not Exist
Is it possible, that there is something wrong in our template if everything works fine in Office 2003 and older?
I' d like to refresh this question.
So I receive above error, when some operation is performed on vWordApp object, which is constructed from TWordApplication.
For example this is first line with vWordApp:
vPreviousView := vWordApp.Windows.Item(vDocName).View.SeekView;
After that I receive the error in my log file.