E
Emma Hope
Hi,
I have this scenario, i have a number of slides with buttons that the user
can click, enter a value and then i work out a new value in VBA and show it
on the slide.
To do this, i do "Call WorkingOutSub" on the click event of the button and
all my Subs are on Module1 as there is a lot of repetion.
My problem is, on Slide 2, i want to put three Buttons, GBP, EUR & USD, when
one is clicked, it gives the field strCurrency the value "GBP", "EUR" or
"USD" etc.
Then i want to bring this value to Module1, so i can do something like if
strCurrency = "GBP", "£".....blah blah......
But when i try to do this, my field strCurrency is empty, what i am doing
wrong, how can i get this value from the slide to my Module.
I've only been doing VBA for a little while, so please can you give
examples, not just 'declare your variable' etc as i won;t know what it means.
Thanks
Emma
I have this scenario, i have a number of slides with buttons that the user
can click, enter a value and then i work out a new value in VBA and show it
on the slide.
To do this, i do "Call WorkingOutSub" on the click event of the button and
all my Subs are on Module1 as there is a lot of repetion.
My problem is, on Slide 2, i want to put three Buttons, GBP, EUR & USD, when
one is clicked, it gives the field strCurrency the value "GBP", "EUR" or
"USD" etc.
Then i want to bring this value to Module1, so i can do something like if
strCurrency = "GBP", "£".....blah blah......
But when i try to do this, my field strCurrency is empty, what i am doing
wrong, how can i get this value from the slide to my Module.
I've only been doing VBA for a little while, so please can you give
examples, not just 'declare your variable' etc as i won;t know what it means.
Thanks
Emma