|
Subject:
|
Modal Forms
|
|
Posted By:
|
aspadda
|
Post Date:
|
11/12/2003 11:56:24 AM
|
I have two froms (showing one over the other, Excel VBA application). showmodal property for both is false(i want to see both of them at the same time partially overlapping). when i move from one form to another it gives me a flicker. Can i get rid of that somehow...Your replies will be appreciated
|
|
Reply By:
|
jake
|
Reply Date:
|
11/25/2003 6:27:37 PM
|
application.screenupdating=false - maybe this will work?
|
|
Reply By:
|
aspadda
|
Reply Date:
|
11/26/2003 10:11:31 AM
|
Though it did'nt solve my flickering problem but it was useful in speeding my desired tasks. THanks
Ajitpal S Padda
|