Hi Plumstone!
No problem!
Since this is something you've never done before, I would
suggest that you create a copy of the file to practice
this operation on. I hope that doesn't sound ominious,
it's not intended to. Using a practice file gets you more
comfortable with doing something new and knowing that if
you "mess up" ... so what ... no harm done!!!
With the file open, goto the main menu.
Select Tools>Macro>Record New Macro
A dialogue box opens with several options. In the Macro
Name box, enter a name for your macro or you can just
accept the default name.
You can assign a hotkey combo that will run the macro.
There are several ways to run the macro and the hotkey is
just one of them. Other methods include creating a
clickable button on the sheet, going through the menus, or
creating a toolbar button.
In the store macro in box, the default is this workbook.
That means that the macro is stored in the current
workbook and is available in this workbook only. If you
select personal macro woorkbook the macro is stored in a
hidden file and is available to all workbooks.
If you want, you can enter descriptive info about the
macro.
Click Ok.
The macro recorder toolbar opens. At this point your
actions are being recorded. Just go about doing your
copy/paste operation as you normally would. When you're
done, click the blue dot button on the macro recorder
toolbar. That turns the recorder off.
That's it, you're done!
If you used a practice file just clear the cells where you
copy/pasted the data. Now, try running the macro.
To see what you have actually recorded, goto
Tools>Macro>Macros. Select the macro you just recorded and
click the edit button. The VBA editor opens and the code
created for your macro is displayed.
More than a few sentences, but this should get you started.
Good luck!
Biff
-----Original Message-----
Hi Biff,
Thanks. I didn't try to do a marcro before. But I will
try to learn it when I get time (hopefully I can get some
time this week). Is it possible to explain in just a few
sentences on how to do my marcro in this case? Forget
about it if it is to complicated to explain.