I've struggled to find answers to this online, as most of the results are for extracting the DATA, but we're in the midst of a project that will require changes to a large number of queries that have been written in Excel Documents.
What I'd like to be able to do, is run something that can extract all queries (i.e. the text of the query) in an excel workbook, and export it to some other usable format
(I guess a text file, as a single excel cell won't be able to hold some of the longer queries)
Ideally that file would then be saved as something like FILENAME_QUERYNAME.
I'm capable of creating the loop to go through all of the files in a specified folder, but i have no idea if it's possible to grab query text from within an excel document and wouldn't know where to start.
Any help appreciated
What I'd like to be able to do, is run something that can extract all queries (i.e. the text of the query) in an excel workbook, and export it to some other usable format
(I guess a text file, as a single excel cell won't be able to hold some of the longer queries)
Ideally that file would then be saved as something like FILENAME_QUERYNAME.
I'm capable of creating the loop to go through all of the files in a specified folder, but i have no idea if it's possible to grab query text from within an excel document and wouldn't know where to start.
Any help appreciated
Last edited: