
VBA is a critical capability for large numbers of Microsoft customers.
Accordingly, there is no plan to remove VBA from future versions of Excel”.
But that was in 2008, way before the cloud storm closed in.
What is the commitment Microsoft is willing to give us in 2020+ about VBA?
Even though today primarily Python and PowerQuery are used and are becoming more popular and efficient, can VBA still be needed?
Google Sheets and Excel are very similar
They often use the same formulas, and you can troubleshoot them in similar ways.
But each platform has unique strengths that appeal to different audiences.
Which one is for you? Maybe both?
Connect Google Drive and Sheets using VBA. Read, Write, Upload, Download, List files, Create, Delete, and more
In this and the next videos we will see five different methods to import data from Google Sheets using Excel VBA.
One way or another, there is always a HTTP request to the Google web resource that connects with the Google spreadsheet.
The main difference between the various methods presented here has to be found in the Google web resource/API URL used to access the data.
Another important difference is the format of the output data. Some methods allow to get only public data, while other may also let import private or restricted data.
In this and the next videos we will see how to upload or export data from Excel to Google Sheets using VBA macros.
The VBA macro sends a HTTP request to POST the data through a Google Form into the Google spreadsheet.
For that reason, we need to add the Microsoft XML 6.0 library to the VBA project.
We also need to link the recipient Google spreadsheet to a Google Form, which needs to have as many fields as data columns to be exported from Excel.
In this and the next video we will see how to send encrypted data to a public google form to act as a central point to gather data. Also decrypting the data on the way back.
Apps Script is a coding language designed to do more with Google applications e.g., Drive, Docs, Sheets, Calendar, Gmail, and more.
It is based on JavaScript and runs in the cloud rather than on your device.
It is helpful for automating things you might do in Google apps or finding creative solutions to problems.
In this video, I will show how to display a Google Map on Excel using VBA.
Using the Google Maps API to retrieve the distance and duration of travel between two locations in VBA.
Using VBA loops to create Power Queries from all the tables in a workbook.
This video will demonstrate how to convert macro enabled excel file to google sheet. macro converter add-on in google sheet.
U will show you how to access any data stored in Excel from Google Sheets.
It doesn’t even matter what version of Excel you have!
In this and the next videos, you will learn how to connect Google Sheets with Microsoft Excel.
This is a one-time setup. After that, when you update the Google Sheets, the updates will be reflected in the Excel file.
How to auto-synchronize data from Microsft Excel to Google Sheets.
This is for you if you have an Excel file on your computer, and you want to update the data to Google Sheets when you make some updates to the Excel file.
In this and the next video I will show you how to import tables and lists from a webpage to Google Sheets.
Using the IMPORTHTML function in Google Sheets allows this import to be done very quickly.
You can customize the data you import from the web by limiting columns or adding filters to get exactly what you want in Google Sheets.
This is done by adding the QUERY function along with the IMPORTHTML function in Google Sheets.
In this course you will see if it makes sense to learn and use Visual Basic for Applications to create applications to exchange and manipulate data between Microsoft Excel and other services and new technologies e.g. clouds, big data (Power BI), APIs, Google Services and Artificial Intelligence.
In details we will see:
How to use VBA to export data From Excel to Google Sheets
How to use VBA and Apps Script to import data From Google Sheets to Microsoft Excel
How to run Google Services From Excel VBA
Apps Script, the VBA for Google Sheets (we will see the main functionalities of the scripting language for Google Docs)
How to use VBA to exchange information between Microsoft Excel and Google MAPS
How to use VBA to interact with your Google Calendar
How to use VBA to interact with Artificial Intelligence (chatGPT and OpenAI) and integrate AI functionalities on Excel files
How to use VBA to import and manipulate Big Data
Special Functions e.g.
How to convert Macro enabled Excel file to Google Sheet,
Export Excel to Google Sheets,
How to Connect Microsoft Excel with Google Sheets, Auto-Sync Data from Excel to Google Sheets,
How to Download Google Sheet using Excel VBA, How to Import Data from Webpages into Google Sheets, How To Create A Real-Time Sync Between Excel & Google Sheets
How to use VBA to access data on an Azure cloud
How to use VBA to access REST Web Services