vba just seems to stop running when I open a file...

  • Thread starter Thread starter Bobby Goldstein
  • Start date Start date
B

Bobby Goldstein

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?
 
If your macro was started with a shortcut key combination that includes
shift, then use one that does not include shift.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top