Thread: Saving Files
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jez[_7_] Jez[_7_] is offline
external usenet poster
 
Posts: 19
Default Saving Files

Hi,

I need to be able to save my excel file into a text file which is Tab
delimited and name the file in another way than the usual <Name.txt

I am trying to save as the filename.date.time

The filename will always be the same, but the date and time will be whatever
the date and time is when the macro is run

example JezLisle.060323.093500

How is this possible????

Jez