Beginners Access: Importing Personal Macro Workbook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On my desktop, whenever I open Visual Basic Editor in any Excel application,
the Personal Macro Workbook is visible under the project explorer. When I
try to find my Personal Workbook in Access VBA, it only shows the "VBA
Project" for that file only. Is there a way to create a Personal Macro
Workbook in Access?

Any push in the right direction would be very helpful.


Thank you,

Zack Andersen
 
On my desktop, whenever I open Visual Basic Editor in any Excel application,
the Personal Macro Workbook is visible under the project explorer. When I
try to find my Personal Workbook in Access VBA, it only shows the "VBA
Project" for that file only. Is there a way to create a Personal Macro
Workbook in Access?

Any push in the right direction would be very helpful.

Access "Macros" are pretty much obsolete. The analog of Excel Macros
is not an Access Macro but a Module instead. It's just jargon - Excel
Macros are VBA code; Access Modules are VBA code (very similar code at
that, just different enough to be annoying!)

So ignore the Access Macros altogether, and just use modules.

Do note that Access IS NOT A FLAWED IMPLEMENTATION OF EXCEL. It's
*different*. For one thing, the concept of a "workbook" is simply not
relevant in the Access realm.

John W. Vinson[MVP]
 

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