Recent content by tofo

  1. T

    Finally a Timer class in VBA

    Wanted multiple timer events without having to use a form timer. Have been accepting that callback functions can not be used in a VBA class like msaccess until got a hint from vb.mvps.org Using the following declarations in my VBA class: Private Declare Function SetTimer Lib "user32" ( _...
Back
Top Bottom