Michele
If you wish, send me an email and I'll send you the small file that has
this macro in it and properly placed. Looking at my file and reading my
"How To" below, you may be able to get the macro into your file and running.
My email address is (e-mail address removed). Remove the "extra" from
this address.
Here is my "How To".
Open your file.
Do Alt - F11.
That takes you to the VBE (Visual Basic Editor).
You should see a window on the left side of screen that has a title of
"Project". If you don't see this window, click on View - Project Explorer.
Now you see it.
In this window, find your file name.
Click on your file name.
Be sure that your file name appears at the top of the screen.
Click Insert - Module.
A blank white large window will appear to the right of the "Project
Explorer" window. That is a module.
Copy my macro and paste it in that module.
"X" out of the module to return to your sheet.
You must have the sheet that has the 2 columns of data on the screen.
How do you run the macro? Here's how.
Click on Tools - Macro - Macros. This brings up a dialog box.
Within that box is a space labeled "Macros in:" Click on the down-arrow
and select "ThisWorkbook".
You should see the name of the macro I wrote for you. Click on it and click
on "Run".
That's it.
Tell me what happens. By the way, what version of Excel are you using? HTH
Otto
Michele said:
Your assumptions are correct, however I know nothing about "macro". How
do I
run this??