Thread: Help-Simple Sub
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
New to VBA New to VBA is offline
external usenet poster
 
Posts: 1
Default Help-Simple Sub


Hi,
After reading a book on VBA, I'm still having trouble creating a simple
Sub procedure. By pushing a button on sheet 2, I'm trying to have values
from the three cells next to it (A1,B1,C1) added to three cells
(A2,B2,C2) in sheet one. Each time the button is pushed on sheet 2,
those values will be added to the same location on sheet 1. I also want
to create an Undo button next to it. I can make this happen using cut
and paste, but I need to have it condensed into the simplest code. Any
help would be greatly appreciated!


--
New to VBA
------------------------------------------------------------------------
New to VBA's Profile: http://www.excelforum.com/member.php...o&userid=30032
View this thread: http://www.excelforum.com/showthread...hreadid=497191