Hi Guys [I POSTED THIS ON BEFORE AND WENT AWAY TO TRY AND TACKLE IT BUT FAILED]
I have a workbook that contains material worksheets all named accordingly. I have two main objectives that I am struggling with when it comes to VBA.
Objectives:
Print- to create a button that allows the user to be able to click it and print all of the filled areas on all of the worksheets. As you will see each data is stored in columns therefore it would be beneficial either for the print macro to automatically include the new column or to just set it to include all columns of this year, however how about next year as well is the question that I am struggling with.
Export- to create a button that when clicked the user can create new .csv files all in one workbook, one worksheet all on one page. or if the easiest which I found is to create a macro for each material type however this is onerous and is a pain to then fix if they do go wrong, unless I think I am using the wrong formula.
Basically there will be a homepage and on the home page I would love to insert a button and then that button will activate the Print Macro and the other button will then activate the export feature when clicked.
N.B: The TimberGroupMeterage page has hidden cells and I would like for these cells to not appear as part of the .csv file.
Please find attached workbook.Materials -.xlsm
Bookmarks