|
|
Subject:
Excel paste: no change event
Category: Computers Asked by: siam1-ga List Price: $20.00 |
Posted:
18 Apr 2006 20:23 PDT
Expires: 22 Apr 2006 01:44 PDT Question ID: 720427 |
Excel 2003: workbook with 2 worksheets. Need to maintain values in first sheet 3 first columns in sync with the 2nd worksheet 3 first columns.. We initially used formulas on each cell in the 2nd worksheet to always reference the values in the 1st sheet columns. However, there is no limitation on rows that can be entered so we don't know how many rows should we prefill with formulas. If we fill all the way down to the limit of integer number row, file size becomes an issue. We then switched to using a copy macro fired by a change event in the spreadsheet. This works when values are typed, but not when pasted, which we expect to be common usage. So between not knowing how many rows to fill with formulas, and not being able to respond to change event when pasting, we need another alternative. Thanks in advance. VB | |
|
|
There is no answer at this time. |
|
Subject:
Re: Excel paste: no change event
From: manuka-ga on 19 Apr 2006 01:22 PDT |
Not sure what the cause of your problem is. On my copy of Excel 2000 the Worksheet_Change() event is fired on pasting any of a single cell, a range of cells, or plain text into the given worksheet, as well as when typing into a cell. Perhaps someone else with Excel 2003 can tell us if this is a version-specific thing or just something weird with your system. |
Subject:
Re: Excel paste: no change event
From: fcc10-ga on 19 Apr 2006 21:16 PDT |
I would suggest an array formula instead. This formula type saves lots of space with respect to the other. |
Subject:
Re: Excel paste: no change event
From: sandysir123-ga on 21 Apr 2006 02:26 PDT |
I got the point what you r trying, but it would be lot more helpful to solve this issue, if you could send us what is the exact job you are trying to achieve, coz i have a solution for this if you can send us the excel sheet in whixh u want to implement. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |