in reply to Re: How to control (in a generic way) population of Excel file from another Excel file
in thread How to control (in a generic way) population of Excel file from another Excel file

Thanks a lot! Very helpful to have a working example and compare notes! I wrote a small library for myself - to do various basic tasks on Excel files and it grew over time to 18K lines but badly needs refactoring. Somewhere there I am doing similar things to your script but it will be VERY helpful to look at same problem from different perspective. And some things in OLE I struggled with. Thank you!
  • Comment on Re^2: How to control (in a generic way) population of Excel file from another Excel file

Replies are listed 'Best First'.
Re^3: How to control (in a generic way) population of Excel file from another Excel file
by VinsWorldcom (Prior) on Nov 11, 2015 at 13:09 UTC

    Mine could use some cleaning up too. But it works for what I needed, so never went back to clean it up.