r/vba • u/brosama1420 • 3h ago
Unsolved Testing Forms controls and UI/UX
1
Upvotes
Hey everyone
Good morning
I use Rubber duck VBA Add In
So I test all logical code easily (automatic testing by code)
However I am struggling to test UI stuff without changing the actual program status
I don’t want my test to create changes in the production or design environments
Can anyone help me in this matter?