Hi,
I am running the following command from a VBS file (Visual Basic Scripting).
"Return = WshShell.Run("123w.exe -w" & FileNm, 1, TRUE)" and passing FileNm as the 1-2-3 file I want to open.
I am using LotusScript within 1-2-3 to do some manipulation of the data (eg. change cell value, update prices etc). When I have finished using the 1-2-3 I need to return to the VBS to continue other processing. I use the CurrentApplication.Quit , False to exit my 1-2-3. It does return to the .VBS but I get the error message below every time. Any ideas ? Do I need to close or delete something before I exit ? Is there a method I can use to capture what objects there are when I am closing ?
Error message is:
Lotus 1-2-3
"Return object has been deleted by the event handler.
If you are using an application developed by someone else, contact the application developer."
Thanks in advance.
Charmaine.
I am running the following command from a VBS file (Visual Basic Scripting).
"Return = WshShell.Run("123w.exe -w" & FileNm, 1, TRUE)" and passing FileNm as the 1-2-3 file I want to open.
I am using LotusScript within 1-2-3 to do some manipulation of the data (eg. change cell value, update prices etc). When I have finished using the 1-2-3 I need to return to the VBS to continue other processing. I use the CurrentApplication.Quit , False to exit my 1-2-3. It does return to the .VBS but I get the error message below every time. Any ideas ? Do I need to close or delete something before I exit ? Is there a method I can use to capture what objects there are when I am closing ?
Error message is:
Lotus 1-2-3
"Return object has been deleted by the event handler.
If you are using an application developed by someone else, contact the application developer."
Thanks in advance.
Charmaine.