More on Macros - Excel 97

A

Abay

I realize that I also need to be able to refer in relative terms to the
workbook next to the current workbook.. So what I need to is to cut and
paste the value of a cell from a workbook to the left of the current one
into the current cell. i.e. cut and paste from workbook B into workbook A
using relativity so to speak. I want to use the macro for a number of
paired work books in the spread sheet. Work book B is always to the left
of Work book A.

Any help would be much appreciated!

Abay
 
A

Abay

Yes, mixed work books and work sheets up in my post .. apologies, really am
a newbie .. abay
 
T

Tom Ogilvy

I assume by workbook you mean worksheet

activesheet.previous.Range("A1").Copy Destination:=ActiveCell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top