View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PLPE[_11_] PLPE[_11_] is offline
external usenet poster
 
Posts: 1
Default Program execution prob


Hi,

I have a general file which will (potentially) be used by multiple
users.

My file imports data from different file formats & does some
comparisons.
In english, my code does the following;
1. "Select txt/xls file, copy contents"
2. "Select MyFile.xls, paste contents"

My issue is that if the excel file is not saved as MyFile.xls, then my
code _will_not_execute_.

Potential users _will_ save this file under different names.
How can I set it up so that while being saved under different
filenames, execution of code will still be ok?

Can you point me in the right direction?

Appreciate any help you can offer me


--
PLPE
------------------------------------------------------------------------
PLPE's Profile: http://www.excelforum.com/member.php...o&userid=23856
View this thread: http://www.excelforum.com/showthread...hreadid=383472