Hopefully someone here can offer me some help. Here’s what I need to do…
I want to maintain a single Excel file with many different chunks of data in named ranges that will be used to compile a dynamically created Excel file on the fly depending on what data is required in that new file. The named ranges in the ‘reference’ file will have a variety of row lengths, but generally always the same number of columns. The new “dynamic” file will either start by prompting the user for a product number, for instance, and then look up that product number in the reference file, determine all the related data that is needed (i.e. VLOOKUP) and then import the particular ranges of data into the new file, appending the ranges one after the other. The alternative is to open a dialog box to prompt the user for all the options that this product number requires (i.e. radio buttons or check boxes), and when they select “OK”, the requires ranges of data are imported. Since the reference ranges will be of various row lengths I need the import process to automatically append the ranges one after the other, regardless of what row the previously imported range ends on. BTW, some of the imported ranges will have empty cells.
MUCH THANKS to any and all who can provide me some direction here. I have difficulty learning new procedures in VBA.
Drew