With DocHub, you can quickly snip answer in csv from anywhere. Enjoy capabilities like drag and drop fields, editable textual content, images, and comments. You can collect eSignatures safely, add an additional level of defense with an Encrypted Folder, and work together with teammates in real-time through your DocHub account. Make adjustments to your csv files online without downloading, scanning, printing or sending anything.
You can find your edited record in the Documents folder of your account. Create, email, print out, or turn your file into a reusable template. With so many powerful tools, it’s simple to enjoy seamless document editing and management with DocHub.
this question appeared on a video which explained how to get data from multiple closed excel files using activex data objects what this viewer wanted to do was basically the same thing just using csv files instead just to show you the basic setup for this video iamp;#39;m starting with a completely empty excel workbook all iamp;#39;ve done so far is saved it as a macro enabled file and iamp;#39;ve saved that in the same folder as another folder called my files and inside there are several csv files each of which contains a list of films made in a particular year if i right click on one of those files and choose to open with notepad you can see the basic data that weamp;#39;re going to extract letamp;#39;s get started in the visual basic editor then by inserting a new module and then the first thing weamp;#39;ll do is create a subroutine called get data from csv files before we start talking about the activex data objects library itamp;#39;s worth mentioning that you can open up