Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

does anyone know whether excel macros will run properly in access?

0
Posted

does anyone know whether excel macros will run properly in access?

0

You can’t run Excel macros inside Access because the object models are completely different, but you can run Excel macros from Access using Automation code. You can link Excel spreadsheets to Access as a first measure. However, if you want snappy performance in Access you will need to import the data and run it using the native tables. Best bet is to build the table structure in Access, build the user interface using Access forms, and then split the database. That way you separate logic (of which every user has a copy) from data (kept in one location).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123