Dynamic text exporting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to dynamically change the file names of text exports. Specifically I have about 200 or so records that need to be exported and I want to put the specific file name at the front of the text file name. For example the file name is Reel 500 and I want to put that in front of "Time Code Export.txt" for all 200 different reels. I've tried as much as I can think of, but no luck so far.

Thanks
 
Brian,

Piece of cake with VB code, give it a shot! If you're not very familiar with
code, do it in a macro (with a static file name) and convert it to a module;
your code will be there except for the part that picks up the dynamic part
of the name.

HTH,
Nikos


Brian said:
Is there a way to dynamically change the file names of text exports.
Specifically I have about 200 or so records that need to be exported and I
want to put the specific file name at the front of the text file name. For
example the file name is Reel 500 and I want to put that in front of "Time
Code Export.txt" for all 200 different reels. I've tried as much as I can
think of, but no luck so far.
 
Back
Top