Hello from a nubie,
I have a piece of code, written in 1996 and modified slightly through the years.
Sub Main() ' in form #1, mouseclick on button brings up form #2,
Dim btest as Boolean
btest = CheckWinWedge
End Sub
' To be clear, I've removed all the other code, leaving...