Hi everybody,
As always, sorry my bad english.
How can i have the same variables between two displays?
That is the situation:
I have one display (let's call D1), that contains one button and one value box. This button goes to another display/screen (lets call D2). The valuebox (lets call VB1) is 5.
D2 has two buttons and a textbox. One button goes to D1 and the other print a number in the textbox. This number printed must be the value that is in VB1 (in this case, 5)
Is there a way to do this? Get values from another display?
How can i do this in VBA?
I am not sure. I conclude that all display is totally independent. The VBA programming is completly independent.
If its not clear, let me know. I will try anothers word.
Thanks.