Here's what I need to do:
I have a workbook (destination) that needs to open the latest version of a file (source) in a specified directory and pull certain fields from a lead sheet and place them in the destination workbook.
- the directory will only store versions the source file
- the source files will always be named with a date as the suffix (like "filename_010219"). I don't want to use last updated date since someone could touch the file and change that, if it's not current.
-Each time it is run, it has to pull the data from only the latest version of the source file located in the directory. All previous versions will be present.
I'm spinning my wheels here like you wouldn't believe and would appreciate anyone's help. Let me know if I need to include more details.
I have a workbook (destination) that needs to open the latest version of a file (source) in a specified directory and pull certain fields from a lead sheet and place them in the destination workbook.
- the directory will only store versions the source file
- the source files will always be named with a date as the suffix (like "filename_010219"). I don't want to use last updated date since someone could touch the file and change that, if it's not current.
-Each time it is run, it has to pull the data from only the latest version of the source file located in the directory. All previous versions will be present.
I'm spinning my wheels here like you wouldn't believe and would appreciate anyone's help. Let me know if I need to include more details.