Search results

  1. J

    VBA code works in XP 32 bit, fails in Win 7 64 bit

    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...
Back
Top Bottom