Editing Visual Basic

JYates

New Member
Joined
Feb 25, 2002
Messages
5
I'm attempting to write code to copy one row of a worksheet into another work sheet in the next blank row, as if creating a log. I would like this to run every time any cell in the source row is edited. Can someone please help a very frustrated user!?
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
On 2002-03-07 12:56, JYates wrote:
I'm attempting to write code to copy one row of a worksheet into another work sheet in the next blank row, as if creating a log. I would like this to run every time any cell in the source row is edited. Can someone please help a very frustrated user!?

Details would help get an answer e.g.

1. Have you written any code?
2. Are both workbooks open.
3. Is the data in the source row entered manualy? (if so, you probably don't want a new row inserted in the target workbook every time a cell in this row is entered)

People here are usually quite useful, but you have to be quite specific in what you are asking for, or break things into smaller pieces. This problem sounds more like a mini-project. That's probably why no one has offered any help. (and most people on here help during quiet periods of work, or use it as a way to avoid work :wink: )
 
Upvote 0
No, I haven't written any code.

You're right this is for a small project I'm working on.

Both workbooks are open while I'm attempting to do this.

Thanks for your help and advice. I'll be more patient in the future!
 
Upvote 0

Forum statistics

Threads
1,214,581
Messages
6,120,368
Members
448,957
Latest member
BatCoder

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top