2nd Post: Add-In Help

  • Thread starter Thread starter Alastair MacFarlane
  • Start date Start date
A

Alastair MacFarlane

Dear All,

I am creating an Access Add-in that would be preferrably
used in any version of Access, but most of my use for it
would be with Access 97/2000. I am capable of creating a
module with the code below:

DoCmd.RunCommand acCmdNewObjectModule

but how would you determine that the user of the add-in
already had a module open and add the code at the end of
the previous routines (using the module method
InsertLines) rather than, as the line above does, create a
new module?

Nice easy one?

Thanks again...

Alastair MacFarlane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top