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
 
Back
Top