+ Reply to Thread
Results 1 to 8 of 8

Import a folder into VBA Project

Hybrid View

megaphone Import a folder into VBA... 05-01-2017, 11:26 AM
megaphone Re: Import a folder into VBA... 05-01-2017, 11:44 AM
CK76 Re: Import a folder into VBA... 05-01-2017, 12:08 PM
megaphone Re: Import a folder into VBA... 05-01-2017, 12:21 PM
CK76 Re: Import a folder into VBA... 05-01-2017, 12:29 PM
megaphone Re: Import a folder into VBA... 05-01-2017, 01:06 PM
megaphone Re: Import a folder into VBA... 05-02-2017, 11:06 AM
CK76 Re: Import a folder into VBA... 05-02-2017, 11:22 AM
  1. #1
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: Import a folder into VBA Project

    "Scripting.Dictionary" is Windows based machine specific. That is why you needed to import Dictionary.cls.

    Replace all reference to "Scripting.Dictionary" with something like below.
    Set dAttributes = New Dictionary
    Read through the README file located in GitHub.
    https://github.com/VBA-tools/VBA-Dic...ster/README.md

  2. #2
    Registered User
    Join Date
    04-21-2017
    Location
    San Francisco, USA
    MS-Off Ver
    Excel for Mac 2011
    Posts
    11

    Re: Import a folder into VBA Project

    Thank you. I will try that.

+ 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. Import VBA code to SPECIFIED project
    By VitoBdG in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-17-2015, 11:08 AM
  2. Import data into excel from MS Project
    By egavasrg in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-28-2011, 05:10 PM
  3. Replies: 1
    Last Post: 01-24-2006, 11:35 AM
  4. Replies: 1
    Last Post: 01-24-2006, 11:00 AM
  5. Replies: 1
    Last Post: 01-24-2006, 12:25 AM
  6. Microsoft project import export template
    By Hamendra Arora in forum Excel General
    Replies: 1
    Last Post: 05-18-2005, 06:06 PM
  7. How do I import MS Project data into Excel?
    By mk in forum Excel General
    Replies: 0
    Last Post: 03-16-2005, 01:06 PM

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