JCHuysamer
New Member
- Joined
- Nov 3, 2015
- Messages
- 43
Hi all
Can anybody please give me a slap to wake up my brain
I have a userform with a drop down menu(cboCOW) (the drop down menu is to filter data on a workdheet - Sheets("VMC").
Once the data is filtered I need it to populate a Listbox ("lstBxCOW") showing only the filtered data.
The listbox must have 7 Columns displaying columns B, C, H, O, X, AF & AN of the worksheet - Sheets("VMC").
Once the data is filtered and displayed in the listbox it needs to populate/calculate the totals of
column X and displayed in a textbox named txtTM (only the visible filtered data)
column AF and displayed in a textbox named txtTF (only the visible filtered data)
column AN and displayed in a textbox named txtTH (only the visible filtered data)
Can anybody please give me a slap to wake up my brain
I have a userform with a drop down menu(cboCOW) (the drop down menu is to filter data on a workdheet - Sheets("VMC").
Once the data is filtered I need it to populate a Listbox ("lstBxCOW") showing only the filtered data.
The listbox must have 7 Columns displaying columns B, C, H, O, X, AF & AN of the worksheet - Sheets("VMC").
Once the data is filtered and displayed in the listbox it needs to populate/calculate the totals of
column X and displayed in a textbox named txtTM (only the visible filtered data)
column AF and displayed in a textbox named txtTF (only the visible filtered data)
column AN and displayed in a textbox named txtTH (only the visible filtered data)