Good evening everyone,
I have what I hope is a simple question but I am new enough with VBA that I have spent the last 5 hours trying to figure out how to do this and I am pulling what little hair out I have left.
Here is the layout:
Sheet 1 Everyone
Sheet 2 Option A
Sheet 3 Option B
Sheet 4 Option C
Sheet 5 Option D
Sheet 1 contains 4 Columns of Information
Column B - Name
Column D - City
Column F - County
Column H - Drop Down Box with Option A, B,C, and D
What I want to do is to keep the information on Sheet 1, and when I run a Macro it will "sort" Sheet 1 based on Option A, Option B, Option C, and Option D and move the Data from Column B, D, and F to the correct Option Sheet and paste it in Cells B,C, and D respectively from Sheet 1 without overwriting any previous information that is already in the Option Sheets
I hope this info is helpful. I haven't started writing the Macro as I have been having problems in researching how to set it up correctly. I want to be able to control when the Macro is activated by a button. I know how to do that, just not the code to get this to do what I want.
thanks in advance for your help on this.
Magoo
I have what I hope is a simple question but I am new enough with VBA that I have spent the last 5 hours trying to figure out how to do this and I am pulling what little hair out I have left.
Here is the layout:
Sheet 1 Everyone
Sheet 2 Option A
Sheet 3 Option B
Sheet 4 Option C
Sheet 5 Option D
Sheet 1 contains 4 Columns of Information
Column B - Name
Column D - City
Column F - County
Column H - Drop Down Box with Option A, B,C, and D
What I want to do is to keep the information on Sheet 1, and when I run a Macro it will "sort" Sheet 1 based on Option A, Option B, Option C, and Option D and move the Data from Column B, D, and F to the correct Option Sheet and paste it in Cells B,C, and D respectively from Sheet 1 without overwriting any previous information that is already in the Option Sheets
I hope this info is helpful. I haven't started writing the Macro as I have been having problems in researching how to set it up correctly. I want to be able to control when the Macro is activated by a button. I know how to do that, just not the code to get this to do what I want.
thanks in advance for your help on this.
Magoo