Excel Macro to create sheets
- by Harish
I have a Excel sheet with two columns and I need to create new sheets based on the values of the first column.ie
A B
test1 Value21
test1 Values22
test2 Value21
test2 Value32
test3 Values32
IN this case I need to create three sheets namely test1,test2 and test3
Sheet 1 should contain test1 field and its corresponding values.Similarly sheet 2 and 3 should contain corresponding values.
Can anyone help me in writing an Excel Macro for this