Replace Module Text in MS Access using VBA
Posted
by Greg Finzer
on Stack Overflow
See other posts from Stack Overflow
or by Greg Finzer
Published on 2009-05-14T20:22:06Z
Indexed on
2010/03/19
8:51 UTC
Read the original article
Hit count: 196
ms-access
How do I do a search and replace of text within a module in Access from another module in access? I could not find this on Google.
FYI, I figured out how to delete a module programatically:
Call DoCmd.DeleteObject(acModule, modBase64)
© Stack Overflow or respective owner