VBA Code to Alter VBA Code

DPENROSE

New member
Local time
Today, 04:07
Joined
Jul 14, 2013
Messages
2
Hi,

I have my first question.

I am trying to write a program that opens forms in design view and then lists all the objects on the from into a table in the database.

The program does this very well and now I am looking to Grab all of the code behind the form and put that in the data table as well in a memo field.

What code would I need to do it?

David Penrose
 
Thank you for your help I will look over it as I am sure it will be useful.

I was looking for more the VBA Code to get the source code out of a form then I manipulate it on bulk and then put it back and hope it compiles.

I have some code to find all the objects and grab there row or datasource and that works well, so its just the pure VBA code I need now.

Any ideas.
 

Users who are viewing this thread

Back
Top Bottom