View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jase[_2_] jase[_2_] is offline
external usenet poster
 
Posts: 29
Default Generic Window/Workbook text

Maybe I'm missing something obvious here!
I wrote the following code as part of a routine:

Workbooks(myName).Close False
Kill "I:\" & myName & ".xls"

Problem I have encountered is that in my Window dropdown it says
"Example" whereas in the Window dropdown of other people who use the
spreadsheet it says "Example.xls" !

What would people suggest without changing the settings on either
machine?

Any help greatly appreciated.
Jason