Hello,
I'm trying to build a custom msgbox function. In a module I have created a function that will open my custom form the user will use to make his choice. This choice is trapped through a public variable ("answered") Here it is:
Option Compare Database
Public answered As Integer
Public...