View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don G - ExcelForums.com Don G - ExcelForums.com is offline
external usenet poster
 
Posts: 2
Default Line of code hanging up on one machine???

Hi Folks,

Why would the line of code below hang on one machine but run smoothly
on another machine? Both machines have WinXP and both have Excel
2000.


Workbooks("EstimatedBillingForms4").Close
SaveChanges:=False


TIA,

Don G