Does SharePoint Support VBA?

16,202

Solution 1

You can use Access to distribute your front end to users, regardless of how much VBA it has, but an app with VBA code in it will not convert to run in the browser as a Web Database within Sharepoint 2010's Access Services. For that to work, you have to use the new, more powerful macros and limit yourself to the features supported by web objects. For an existing app, this means rebuilding every object from scratch.

Do you need to run your Access app in a web browser? If not, then you're barking up the wrong tree here.

Solution 2

AFAIK Sharepoint does not support VBA.

Share:
16,202
TAD Innovative minds
Author by

TAD Innovative minds

I am a perpetual student, and always trying to learn something new. For those of you to take the time to answer, even when it requires helping the question along, I for one appreciate that effort greatly! I am currently mostly interested in nodejs, python, java, elasticsearch, kafka, forensics and ethical hacking.

Updated on June 15, 2022

Comments

  • TAD Innovative minds
    TAD Innovative minds almost 2 years

    I have read very little content regarding Sharepoint (SP), and most of my reading has been sales pitch oriented overview material. I utilitze VBA with Office apps - especially Access - on a regular basis, and I am wondering if there is any translatable way to retain the custom functionality of writing my own VBA within Sharepoint, especially with MS Access.

    I have read that Access databases can be run on SP, with tbales to list and forms to InfoPath, but I am assuming they are primarily talking about Access database apps that were built with wizards, which consist mainly of bound objects without explicitly-defined code.

    Most of my app are primarily code driven with VBA because of my automation requirements, which I rely on to perform my tasks. Am I going to be able to accomplish the same thing within SP, and could anyone please provide any references on the subject, specifically?