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 vba just seems to stop running when I open a file...

If your macro was started with a shortcut key combination that includes
shift, then use one that does not include shift.

--
Regards,
Tom Ogilvy


"Bobby Goldstein" wrote in message
...
I've run across this several times on a couple different
computers, runing Excel 2002 and 2003.

I try to execute a VBA macro that contains:

Workbooks.Open Filename:= [path], _
updatelinks:=0

The new workbook opens fine, but the code just stops
executing. No error messages or anything, the macro's
just suddenly done.

Any suggestions?