abhishukla15
New Member
- Joined
- May 12, 2015
- Messages
- 31
Hi,
I'm new to macro and trying to create a macro which copy the adjacent cells values of an item and paste the values to other sheet.
Ex.
In a Worksheet A, I have values in Column A-D. Column D has all month entries and Column C has sales data associated with those months. There is multiple entries of a month in Column D. Now I want to write a vba which search all the entries of a specific month (Eg. Feb) in Column D and copy its associate value of column C to another worksheet B.
Thanks in advance for the help.
I'm new to macro and trying to create a macro which copy the adjacent cells values of an item and paste the values to other sheet.
Ex.
In a Worksheet A, I have values in Column A-D. Column D has all month entries and Column C has sales data associated with those months. There is multiple entries of a month in Column D. Now I want to write a vba which search all the entries of a specific month (Eg. Feb) in Column D and copy its associate value of column C to another worksheet B.
Thanks in advance for the help.