View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
steve smallman steve smallman is offline
external usenet poster
 
Posts: 15
Default Macro doesn't run on another computer

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
-----Original Message-----
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
.