VBA-Web
VBA-Web: Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web (by VBA-tools)
VBAChromeDevProtocol
VBA (Excel) based wrapper for Chrome Developer Protocol (CDP) - sorta a VBA version of Puppeteer/Selenium (by PerditionC)
VBA-Web | VBAChromeDevProtocol | |
---|---|---|
9 | 9 | |
2,010 | 60 | |
0.3% | - | |
0.0 | 0.0 | |
8 months ago | almost 2 years ago | |
Visual Basic | VBA | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
VBA-Web
Posts with mentions or reviews of VBA-Web.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-14.
-
Collect data every hour from API databases
Power query may or may not be suitable depending on the way that the API needs to be queried. VBA could also work but doesn't have great libraries available for working with standard web content. You could look at 3rd party VBA library like https://github.com/VBA-tools/VBA-Web .
-
Working Code to Post a Tweet??? Tried Everything...
Have you looked at the example for Twitter in this VBA GitHub?
-
Salesforce - Link objects
No examples of connecting to SalesForce itself but many examples of how to use VBA-Web to ping REST APIs. I don't find VBA-Web too intuitive, but hope it helps anyhow :)
-
Download XLSX-File from SharePoint to Local folder?
If you find you need to work with the SharePoint API's like Microsoft Graph https://learn.microsoft.com/en-us/graph/overview then you will need to be able to make web requests and process the responses. The VBA ecosystem is not really designed to work with content on the internet. It can be done via e.g. WinHTTP https://learn.microsoft.com/en-us/windows/win32/winhttp/about-winhttp or VBA-Web https://github.com/VBA-tools/VBA-Web
-
IE automation with VBA
Interesting question, otherwise you'll have to re-code to e.g. https://github.com/VBA-tools/VBA-Web or https://www.guru99.com/excel-vba-selenium.html
-
VBA like a proper dev?
TimHall's VBA-Web
-
API call in VBA
https://github.com/VBA-tools/VBA-Web has quite some interesting code that helps to connect to APIs.
-
Looking for software that will read data from API response and insert the data into defined cells of an Excel template
There is a very excellent VBA library VBA-web that can be used to connect to HTTP APIs and collect the data from them.
-
Help connecting Binance and Excel. Need a way to auth with the API and Secret Key.
GitHub - VBA-tools/VBA-Web: VBA-Web: Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web
VBAChromeDevProtocol
Posts with mentions or reviews of VBAChromeDevProtocol.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-18.
-
TabFS – a browser extension that mounts the browser tabs as a filesystem
I used to scan all the tabs in open browser windows to preserve all open URLs.
See also https://chromedevtools.github.io/devtools-protocol/ with Playwright et. al., even Excel VBA: https://github.com/PerditionC/VBAChromeDevProtocol
- The First Rule of Microsoft Excel: Don’t Tell Anyone You’re Good at It
-
Chrome Automation without Selenium
Use dev tools protocol
-
What problems have you solved with VBA?
Automating chrome via accessibility or via devtools protocol
-
Is .jsEval part of vanilla VBA or from a library of some sort? I googled and absolutely nothing came up in regards to this method.
If you're interested in XPath/ QuerySelectors, there is another VBA + Chrome project on Github which seeks to do much the same thing, though I haven't looked to see if there is jsEval equivalent, though there might be. But it definitely allows for QuerySelection of DOM elements; the following is an example from the project:
- IE automation with VBA
- Looking for something to do
- VBA And The WebDriver Dilemma
- [EXCEL] VBA Macro integration with Chrome.
What are some alternatives?
When comparing VBA-Web and VBAChromeDevProtocol you can also consider the following projects:
MVVM - Model-View-ViewModel Infrastructure for VBA/VB6
stdVBA - VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.