Macro doesn't run on another computer

  • Thread starter Thread starter Terence
  • Start date Start date
T

Terence

Dear all,

I have written a macro which contains a button on the
worksheet. When the button is clicked, the macro is run.
There is no problem when I run the file in my own computer
but there is no response when run the same file in another
computer. What is the problem?
Thanks.

Terence
 
Terence,

It sounds like the macro exists in your personal.xls,
rather than the workbook.

Go to the VB Editor and find the click event for your
button. Is it in Personal.xls or the workbook which
contains the button?

Steve
 

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