You are here:
Excel Formulas, macros, automation. Microsoft Excel MVP - 2010. Code site with free code snippets and techniques: https://sites.google.com/a/madrocketscientist.com/jerrybeaucaires-excelassistant/files
Microsoft Excel MVP - 2010. I have my own extensive Excel help/code site: https://sites.google.com/a/madrocketscientist.com/jerrybeaucaires-excelassistant/files ===================== I have been offering free assistance as an Excel aid on many web sites for many years: (http://www.excelforum.com - JBeaucaire) ======== (http://www.askmehelpdesk.com/spreadsheets - JBeaucaire) ======= (http://www.mrexcel.com/forum - jbeaucaire)
Bachelor's Degree from Azusa Pacific University in Mathematics and Music Composition
Microsoft Excel MVP 2010
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| Roman | 05/25/12 | 8 | 3 | 6 | |
| ngr | 05/23/12 | 10 | 10 | 10 | ok. Thanks. Cheers, ngr. |
| ngr | 05/22/12 | 10 | 10 | 10 | Perfect. The error was lack of spece ..... |
| ALBERT | 05/22/12 | 10 | 10 | 10 | |
| ngr | 05/22/12 | 10 | 10 | 10 | Great. Though i expect a day before ..... |
1) The data exists on sheet1 of the workbook that has this macro in it? 2) The macro must copy M3:M16 of this workbook's sheet1? 3) The macro must take the value in Q7 of sheet2 to open a second workbook
there is no ONACTION property for OLEObjects. you will have to actually turn on a reference to the Microsoft Visual Basic for Applications Extensibility library, then that will allow you to actually create
Recommend that you think of the data on your hidden sheets as a database. As much like info should be stored on one sheet as possible with a "key" piece of information in a specific column that can be
The code given does work. When you run it, it will delete all the current data from the sheets listed by name in the array. Then your other macro will, when you run it, will parse out all the data
The code you have is good. Just add another macro to "delete" the current data on your other worksheets before this code puts out the "updated" data to the same sheets. Sub ClearData() Dim ws As Worksheets
Answers by Expert:

©2012 About.com, a part of The New York Times Company. All rights reserved.