02-20-2025, 04:14 PM
Steve, I think there is a small error. With Option _Explicit this would not have happened.
Otherwise, interesting discussion!
Code: (Select All)
Dim buttons(1) 'just two simple buttons for the demo
button(0) = MakeButton("Hello World")
button(1) = MakeButton("STEVE!")
Otherwise, interesting discussion!

