Thread: Macro Excel 97
View Single Post
  #2   Report Post  
Alan
 
Posts: n/a
Default

Try

Sheet1.Range("A1").Copy
Sheet2.Select
ActiveCell.PasteSpecial xlPasteAll

Regards,
Alan.
"Abay" wrote in message
...
I am pretty much a newbie at Excel and would like to create a Macro for the
following: (know how to create and edit macros etc.)

Take the value from a cell in worksheet A and paste it into the current
cell
(where the mouse pointer is when the macro is executed) in worksheet B ..
am
at a loss at how to tell the macro to paste into the current cell ......
apologies if this is a really stupid question ..

Any help would be much appreciated.
.

Abay