SaaSHub helps you find the best software and product alternatives Learn more →
VBA-Web Alternatives
Similar projects and alternatives to VBA-Web
-
stdVBA
VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
VBAChromeDevProtocol
VBA (Excel) based wrapper for Chrome Developer Protocol (CDP) - sorta a VBA version of Puppeteer/Selenium
-
-
-
-
-
stdVBA-Inspiration
Sample VB6 and VBA code used for inspiration of syntax/algorithms for usage in the stdVBA library
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better VBA-Web alternative or higher similarity.
VBA-Web discussion
VBA-Web reviews and mentions
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
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Oct 2024
Stats
Basic VBA-Web repo stats
9
2,007
0.0
7 months ago
VBA-tools/VBA-Web is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of VBA-Web is Visual Basic.