Hi, below is the Youtube video for the Sharepoint Excel, CSV files transfer automation. I have also included the text file for the VBA code
Category: Machine Learning
Semi- Automatically Copy files from Sharepoint to local/ network folder
This post is to create a semi automatic process to copy files from Sharepoint to your local or network folder. This automation uses Power Automate,
Using Telegram bot to control ESP32 microcontroller LEDs
This post is about using Telegram bot to remotely control ESP32 microcontroller to on/off 4 LEDs. Please watch my YouTube video below, for better understanding
Enable Excel cell to include leading zeros – 3 methods
Hi this post is about leading zeros in Excel cell and how to force Excel to display the leading zeros which we need especially for
Split Python List into sublists base on index/indices
We will split a Python list into sublists base on the index position. The source code below and it’s quite self explanatory. The output :
Create a Python virtual environment in Windows
This post shows how to create a Python virtual environment (VE) to sandbox your coding projects. Python 3 comes with a library call venv, therefore
