Steve,
As long as the app is not ended, you could set the values of the input fields to a variable defined in a module as
Public [variablename] as [variable type]
Be sure to use the right conversion function (ie Cint to convert to integer).
variablename = Cint( datafield.Text )
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.