May, 2015
Using VBA Internal Subroutines
Here’s an Access VBA feature that I’ve never seen another developer use; the VBA Internal Subroutine GoSub and Return Statements. Have you ever delved into VBA code and wondered why a Function or Procedure calls another Function or Procedure numerous times; and perhaps the called Function or Procedure is not called anywhere else? There is […]