Git Product home page Git Product logo

Comments (8)

rubberduck203 avatar rubberduck203 commented on May 24, 2024

Was there any particular difficulty that you were having with this? I created this functionality for Rubberduck a few years ago, albeit we leveraged the VBIDE library. I no longer have an office install, but I'd be happy to talk out any issues.

from vbasync.

chelh avatar chelh commented on May 24, 2024

Rubberduck is working within the Access/VBE object model though, correct? This project doesn't use that object model; it reads and writes directly to the Office file.

from vbasync.

rubberduck203 avatar rubberduck203 commented on May 24, 2024

It does, and you are gonna have one heck of a time yanking VBA files out of Access without the VBIDE library... Access doesn't share the OpenXml format.

I don't precisely recall, but I believe there are hidden system tables in the accdb that keep track of forms and code modules, but it's been a long while since I looked at that.

from vbasync.

rubberduck203 avatar rubberduck203 commented on May 24, 2024

Regardless, I wanted to leave the offer to use me as a rubberduck anytime.

from vbasync.

chelh avatar chelh commented on May 24, 2024

Looks like Jackcess can read Access files from Java. So what's needed is a .Net port of that.

from vbasync.

rubberduck203 avatar rubberduck203 commented on May 24, 2024

Are you sure that project can get to the VBA modules? It doesn't look like it at a glance.

from vbasync.

chelh avatar chelh commented on May 24, 2024

If I take that project up, I'm fairly certain I would find a vbaProject.bin somewhere in the internal structure.


EDIT: Nope. After playing around with Jackcess, I can say that porting it to .Net is easier said than done, and VBA project information is spread across at least two system tables, not stored in a binary structure similar to Word/Excel/Outlook VBA.

from vbasync.

mashaiq avatar mashaiq commented on May 24, 2024

If you want to spend a little money - this solution works great https://dev2dev.de/index.php?lang=en and has a nice support from the developer.

from vbasync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.