Macro only runs from VBA Editor, not Tools..Macros

  • Thread starter Thread starter Kathy Drungilas
  • Start date Start date
K

Kathy Drungilas

I've got a strange problem. I have written a macro that auto-assigns tasks.
Works great on my computer (2000P with Outlook 2002)

I have created the same macro (by creating a new module and coping the text)
onto another computer (XP, Outlook 2002). On this machine, I cannot run the
macro using Tools...Macro...Macros..."AssignTasks"...Run. I get an error
message, "the "aproject1.AssignTasks macro not found".
It will run if using the VBA Editor and Run Sub.....?????
Any ideas?
Kathy Drungilas
remove [nospam] if emailing directly
 
FYI: I just copied the text of the macro again and pasted over the macro
that was not working. Now it runs properly. Must have had a wierd
reference/character in the first one by mistake. ~kd
 
Back
Top