Thread: Macro won't run
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sandy Sandy is offline
external usenet poster
 
Posts: 355
Default Macro won't run

Hello group,
I have a macro that copies a sheet and through the wks.Parent.SendMail
emails it to a list of recipients. The macro runs fine on some machines and
will not run on others, all have the same OS and Programs installed. I have
detemined that it is the wks.Parent.SendMail that is causing the problem.
The unusual part of it is that typically the macro is fired by a button,
however, if I run the macro from the editor, it runs fine. Has any one seen
this before that may could tell me what is wrong?
Thanks
Sandy