+ Reply to Thread
Results 1 to 2 of 2

Warehouse Data From Collection of Excel Files in Different Folders (VBA)

  1. #1
    Registered User
    Join Date
    01-27-2016
    Location
    California
    MS-Off Ver
    2013
    Posts
    3

    Warehouse Data From Collection of Excel Files in Different Folders (VBA)

    Hi all! This forum has been a great help in the past and I've lurked here soaking up as much as I can. Alas, I've come to a problem that requires me to become active and thus, my first post!

    What I'm trying to accomplish:

    I've been asked to collect up data points, we'll call them "values" from a collection of Excel files scattered throughout a maze of folders on our network. The naming convention for the files do not follow any specific pattern, but, and here hopefully is the saving grace, the Worksheet within each file does follow a standard naming convention.

    Location: G:\Data\Notes
    Worksheet name: Data Values
    Data Location within Worksheet: Column B (text), Column C (value).
    Output: Two Columns (Column 1 (text), Column 2 (value))

    A few challenges/questions: Is there a way to ignore any text that is BOLD? The text elements in Column B that I would like to ignore are bold. I would prefer to only return text and their cooresponding values that are not bold. If not, I can work around this by simply removing any rows from Column 1 where Column 2 returns no value (null).

    Please let me know what other information you need from me. And most of all THANK YOU for providing such a wonderful resource for those of us still learning.

    Bests,

  2. #2
    Forum Expert Tinbendr's Avatar
    Join Date
    06-26-2012
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    2,125

    Re: Warehouse Data From Collection of Excel Files in Different Folders (VBA)

    This could take a LONG time depending on how many files your talking about.

    The code consists of three sections. One Sub and two Functions.

    Copy to Module code page.

    Please Login or Register  to view this content.
    David
    (*) Reputation points appreciated.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Create folders and save text files to these folders
    By bloomingcarrot in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-03-2014, 08:14 PM
  2. Use Excel VBA to Copy multiple files from different source folders to different folders
    By mm1234mail in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-12-2014, 01:17 PM
  3. Replies: 0
    Last Post: 05-26-2014, 07:47 PM
  4. Replies: 1
    Last Post: 09-12-2013, 09:23 PM
  5. Replies: 0
    Last Post: 01-11-2013, 12:05 AM
  6. Replies: 1
    Last Post: 02-29-2012, 01:15 PM
  7. Create folders and move and copy files into that folders
    By vijaybharthi in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-31-2010, 04:01 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1