Return using VBA and VSTA

Return using VBA and VSTA

Hi!
Here`s my problem: return to last in 2 projects
I`ve tried to use the system variables "last open screen" and to edit project.ini to work with templates from subproject (ZURUECK_SCHABLONEN=_frame1,_suframe1,). But it didn`t help me. I see, that "last open screen" from main project displays templates only from main project. I tried different ways, but last open screen doesn`t work.
So I tried to solve the problem using VBA and VSTA (see the attachment). It`s a great work for me to write this codes, because I`m not programmer, I`m just engineer. Please help me to solve my problem.
What I think I should to do (see the attachment):
1) I have 2 system variables, first last_open_screen1 from main project and the second - from subproject.
2) In VSTA is the Public SubStoring and Operating array X. This Sub stores first 10 names of screen exactly, as they go in runtime. It will be different order of opened screens from main and sub project. Then when all 10 values have stored, Sub begins to rewrite X1..10 with new values.
3) When I click in the runtime on graphic element "return to last", I call the VBA macro LeftDClick. This macro starts the Public Sub LeftClick in VSTA. This Sub openes previous screen and skews the values in the array X.
So it`s the decision, that I can see. I have a little programming experience. What pitfalls has this decision? May be you can show me some examples or much more easier ways?

This is a migrated post! Originally posted on 07.03.2012 by user croc. Please be aware that information can be outdated.