I have a situation...without database at all.
I need to design Excel VBA forms (for inputs) and based on the inputs it spits some stuff on the excel sheet. Now the problem is that i need to design 20 different forms and everytime 2 of them needs to showup (for some comparision, one next to each other).Each form has multipage control (5 pages, with common tab names on all forms).I worked a plan..designing a form with tabs and showing two forms at run time on the main form. So basically there will be 3 forms(one main form, with tabs..and two other forms which will pop up depending on the selection in the beginning)..here the problem is that when ever i transfer the control from one form to another it gives me a flicker..besides some other problems too....
Basically using MDI forms in
VB would have been the best solution...Could someone suggest me what should be the approach here.