PDA

View Full Version : dynamic file name



jrm
10-13-2010, 10:40 AM
hi everyone,

i have to enhance an existing macro. this macro currently generates files with a dynamic name in a special folder.

when i code, how can i make sure that i reach the correct file ?

Kenneth Hobs
10-13-2010, 03:50 PM
If your code generates the filename then you should know your filename.

Paul_Hossler
10-13-2010, 04:17 PM
How does it generate the 'dynamic file name'?

Paul

Blade Hunter
10-13-2010, 04:46 PM
Post the code that generates the name, it can probably be worked out from that.