Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This sounds like a good scenario for using ADODB to grab the data from
each workbook without having to 'open' them in Excel. Once the data is entered into your consolidation worksheet you simply delete the file and move on to the next one (until Dir = "")! This approach will obviate much of the overhead in tow with having to open/close each workbook, and make your process much faster and efficient<IMO. Here's a good place to get started using ADODB with Excel files... http://www.appspro.com/conference/Da...rogramming.zip -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie question, XL2003, VBA deleting/adding modules in multiple workbooks | Excel Programming | |||
Deleting Duplicate workbooks | Excel Programming | |||
how prevent formula in cell from deleting when deleting value???? | New Users to Excel | |||
deleting worksheet code in generated workbooks | Excel Programming | |||
Deleting Hyphens or Dashes from multiple cells without deleting the remaining content | Excel Programming |