![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I do nothave any VB experience. Is there anyway with in excell that would
allow me to populate another worksheet with data from my active worksheet automatically. THe data being copied will be locked on the other worksheets. |
| Ads |
|
#2
|
|||
|
|||
|
My opinion only...
You could use some code that does this. But if you or your users make a typing mistake and want to correct it (and have the program go back and fix things), it becomes quite a project. If I have to do things like this, I try to put all my data in one worksheet and use data|filter to show just the stuff I want to see. (Multiple sheets means that sooner or later the data is out of sync!) If you absolutely have to have separate sheets, I'd still make one input sheet and then dump the data on demand--not quite automatic. I'd steal some code from Debra Dalgleish's site: http://www.contextures.com/excelfiles.html Create New Sheets from Filtered List -- uses an Advanced Filter to create separate sheet of orders for each sales rep visible in a filtered list; macro automates the filter. AdvFilterRepFiltered.xls 35 kb or maybe Ron de Bruin's easyfilter. http://www.rondebruin.nl/easyfilter.htm If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm LC wrote: > > I do nothave any VB experience. Is there anyway with in excell that would > allow me to populate another worksheet with data from my active worksheet > automatically. THe data being copied will be locked on the other worksheets. -- Dave Peterson |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sort pages? | David | Excel Discussion (Misc queries) | 15 | May 13th 05 11:33 PM |
| Get External Data Web Query new worksheet | Nina | Excel Discussion (Misc queries) | 0 | April 14th 05 07:08 PM |
| PLEASE HELP......COPY DATA FROM ONE WORKSHEET TO ANOTHER | reegan96 | Excel Worksheet Functions | 2 | April 6th 05 07:17 PM |
| Copy from worksheet to another x times | Union70 | Excel Discussion (Misc queries) | 0 | March 7th 05 09:03 PM |
| Automatically Populating Worksheet from Collected Input for Pricelist | David Littrell via OfficeKB.com | Excel Worksheet Functions | 0 | January 6th 05 04:29 PM |