krishna008
New Member
- Joined
- Jan 7, 2010
- Messages
- 12
Hi All,
I'm newbie to the VBA, I'm planning to do some vba project. My problem statement is,
I've an excel sheet with SHEET 1 (Where i'm planning to keep all my macro functions) And Sheet 2 (My master data sheet), sheet 3 ....
I've to do below operations
1) A drop down list combobox which gives the list of all tabs in the workbook. Once I select the Tab from the list Next operation is step 2
2) I need to remove all the rows based on one column filter. (I need a combobox with list of all headers in that sheet (typically on Row A). If I select one column I need another combobox with all the values under that column. (basically I'm trying to filter the values ) once I filter the values I need to delete all the rows that are having the value selected in second ddlb.
3) After step 2, I need to delete few columns. I need a combobox with all the headers with select option)
4) Save the sheet 2 as a new file.
I'm newbie to the VBA, I'm planning to do some vba project. My problem statement is,
I've an excel sheet with SHEET 1 (Where i'm planning to keep all my macro functions) And Sheet 2 (My master data sheet), sheet 3 ....
I've to do below operations
1) A drop down list combobox which gives the list of all tabs in the workbook. Once I select the Tab from the list Next operation is step 2
2) I need to remove all the rows based on one column filter. (I need a combobox with list of all headers in that sheet (typically on Row A). If I select one column I need another combobox with all the values under that column. (basically I'm trying to filter the values ) once I filter the values I need to delete all the rows that are having the value selected in second ddlb.
3) After step 2, I need to delete few columns. I need a combobox with all the headers with select option)
4) Save the sheet 2 as a new file.