View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Andrews[_3_] Steve Andrews[_3_] is offline
external usenet poster
 
Posts: 2
Default Trouble Opening Workbook

Hi All,

A macro of mine opens another workbook with the statement:

Workbooks.Open FileName:="C:\request.xls"

As I trace through it, it would previously open the
appropriate workbook. But now this statement and some
others to follow do not change my instance of Excel in the
slightest. Why is my trace so silent all of the sudden?
Any ideas?

Steve