Find a Proceedure in project modules in access vba

ronshar

New member
Local time
Yesterday, 18:16
Joined
Sep 27, 2009
Messages
4
Hi All

could someone show me how to find a Proceedure in project modules and then select the proceedure found in the vba codewindow in access 2003 vba

thank you for your time

Ronh
 
look up ProcOfLine Property in vba help. there's a good example there that should get you going.
 
Hi wazz

I think i may have not explained myself properly

I wand to cycle through all modules and from modules to find the sub or function and then load that module into the VBide and selectthe whole module ready to cut to the clipboard. Hope this helps to clarify

Ronh
 

Users who are viewing this thread

Back
Top Bottom