Hello
This is my first post here and I am impressed with the level of expertise on display with regard to VBA - at which I am a novice.
I've searched through the posts and looked at several similar code examples and tried a few, but nothing is working as I hoped and I am at a loss with the language!!
Could you please take a look at my code below and what I need to achieve, and lend a hand?
So, I am using Excel 2010 and have a customer prospects worksheet called "Ongoing", one called "WON" and a third called "LOSS"
All sheets contain the same headers (8 rows high) with approx 20 columns of data. The customer list starts at row 9.
In Ongoing I have a status dropdown in column B of validated data items (e.g. won, callback, completed etc) and several other columns containing calculations formulae to calculate cost, avg etc.
I also have another macro that allows the user to click a button - and on doing so, it inserts a new line (row 9) at the top of Ongoing for a new entry and copies the formulas from below, and moves the existing entries down.
What I would like to do now is when the user selects a status for any customer (there could be a hundred or more listed) of "CLOSED - LOSS" a pop up or alert should ask permission (E.g. Press OK to remove and archive this entry) to cut that line and copy it across to the LOSS worksheet (it should place it after the last row on that sheet) and remove the line from Ongoing, but without affecting the other rows, macro or formulas. Similarly, if the user selects "COMPLETE - WON" it should also provide the alert asking for permission to remove to the WON sheet (and also place it after the last row on that sheet).
Here is the code I have so far, which I found on another post in this forum - but it's not working and I am not sure how to modify it to my needs.
Thanks in advance.
Bookmarks