I am new to this forum as well as new to VBA - so please be gentle
I have two workbooks (RawData and Dashboard). In RawData workbook, the data is in the RawSales worksheet. I want to see if it is possible to do the following using macros:
1. Create a dynamic drop downlist for unique customers (Column B)
2. User selects one of the customers from the list and then the macro copies all the relevant rows to the Dashboard.xlsm workbook and puts them in SalesOrder worksheet. The macro renames the file (CustomerName_Dashboard_TodayDate.xlsm) and saves the Dashboard in the same folder. The macro closes the RawData workbook and leaves the new Dashboard file open.
Any help would be appreciated.
I have two workbooks (RawData and Dashboard). In RawData workbook, the data is in the RawSales worksheet. I want to see if it is possible to do the following using macros:
1. Create a dynamic drop downlist for unique customers (Column B)
2. User selects one of the customers from the list and then the macro copies all the relevant rows to the Dashboard.xlsm workbook and puts them in SalesOrder worksheet. The macro renames the file (CustomerName_Dashboard_TodayDate.xlsm) and saves the Dashboard in the same folder. The macro closes the RawData workbook and leaves the new Dashboard file open.
Any help would be appreciated.