I have an Account Contact Management Excel workbook with multiple sheets for different sales reps. I want to find a way to write a code that when a rep would like to move an account into the "Inactive" tab.
Each row in the sheet corresponds to one account contact. I'm imagining a button that the rep could push and it would say "Enter Account number to Inactivate." The macro would search the sheet for the row with that account number and cut the row out of the sheet and paste it into the Inactive tab.
I imagine there is a way to do this, but I'm fairly new to VBA. Any help would be greatly appreciated!
Each row in the sheet corresponds to one account contact. I'm imagining a button that the rep could push and it would say "Enter Account number to Inactivate." The macro would search the sheet for the row with that account number and cut the row out of the sheet and paste it into the Inactive tab.
I imagine there is a way to do this, but I'm fairly new to VBA. Any help would be greatly appreciated!