AutoExec question for imported data (2000)

G

Guest

I have a database that imports data from an Excel workbook. The workbook
contains automatic links to information in another workbook, and when the
data is imported it prompts to update the workbook with changes before the
import occurs.

Is Excel technically not opened during an import? I put in a test MsgBox in
the autoexec and auto_open macros to check for this, but it doesn't pop-up
during the import (The message does appear when I open the file through
Excel).

When I run task manager (when it's still awaiting a response on the prompt
to update the information to the other workbook) I see Excel is in fact
running.

Just curious how this works because I want to run a macro before the data is
imported and thought that it would work (since it is prompting for a workbook
update).

Thanks
 
G

Guest

(Here I go answering my own questions.. haha)

Nevermind, I found it. It's Workbook_Open() in the Workbook. I was
originally defining it in a separate module.
 

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

Top