View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bobby Goldstein Bobby Goldstein is offline
external usenet poster
 
Posts: 1
Default vba just seems to stop running when I open a file...

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?