View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim McKillen Jim McKillen is offline
external usenet poster
 
Posts: 3
Default VBA Copy & Paste

This one has me stumped. Here is a vastly simplified version of it:
On (sheet1) I have a value that I am going to enter into cell A1.
On (sheet2) I have a two column range.
What I need is the VBA code that executes in a command button click
procedure that-
a) cuts the value entered into cell A1 on (sheet1), and
b) pastes the value into the range on (sheet2) in a specific place derived
from the
Excel function formula: =ADDRESS(MATCH(#,range,1)##)

Can anyone help?