Creating Macro's

Z

Zane

I am trying to create a macro (my first time) in excel
where I copy a value from one sheet, paste it in another,
grab values out of that spreadsheet and paste it back
into the first. Obviously this is pretty general. But
if anyone has any helpful links or advice for a first
time macro person with no VBA programming experience it
would be greatly apprecieated.
 
D

Don Guillett

Jump in the pool by recording a macro while you are doing it to get the
idea.
tools>macro>record new macro>go
 
Top