Question : Access Submit Part of VBA Code

In programs like SAS, it is possible to select/highlight part of an entire code, and then submit just that portion.

This way, an entire code can be saved for repeated use, but if for example the code modified original tables, only the portion of the code that uses the already modified tables can be run.

Is it possible to do this in Access/VBA as well?

Answer : Access Submit Part of VBA Code

tahirih said:
>>Is it possible to do this in Access/VBA as well?

Sort of.  If you are in the VB Editor, if you select one sub and hit F5 or click the execute button, that sub will
execute.  That will not work if the sub takes arguments, and it does not work for functions.  However, you can
still use the Immediate window for those.
Random Solutions  
 
programming4us programming4us