View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default macro stop before end if I use a shortcut ?

You are using a shortcut key combination that includes the shift key.
Change the combination to something that does not include the shift key.

--
Regards,
Tom Ogilvy

"Alex St-Pierre" wrote in message
...
Hello,
My macro run completly if I do manually Macro/Execute
If I execute the keyboard shortcut, the macro stop after the line:
Workbooks.Open "C:\temp.dbf"
Does anyone have an idea ?
Thanks !
--
Alex St-Pierre