View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Mullan Paul Mullan is offline
external usenet poster
 
Posts: 3
Default VBA copy and paste data

Hi -

I have a spreadsheet that I am using as a database and a userform that I am using as the entry portal for the data being entered

I am trying to add some VBA to the userform that will copy data in columns A-C, but only from the last row of entered data. The VBA will run when button CommandButton1 is pressed.

Any help gratefully received

Paul