Posts

Showing posts from March, 2020

Convert a Currency Number to Words in Excel

Image
Convert amount from Number to Words Convert a Currency Number to Words in Excel  Step by Step tutorial This VBA code will enable you to convert any amount in an excel cell to words amount with 6 currencies very easily. Steps are below: 1- Open an Excel file and press Alt + F11 2- Click Insert, Module Alt + F11 3- Copy below text and paste it in the module Option Explicit 'https://ilpd-ms.blogspot.com/2020/03/how-to-convert-amount-from-number-to.html Function  SpellNumberEDP(ByVal MyNumber, Optional MyCurrency As String = "")      Dim  Dollars, cents, Temp      Dim  DecimalPlace, Count      ReDim  Place( 9 ) As String     Place( 2 ) =  " Thousand "     Place( 3 ) =  " Million "     Place( 4 ) =  " Billion "  ...

How to Download a YouTube Video

Image
Easily Download  YouTube Video How to download a YouTube video While our team has developed multible mini apps to download YouTube vodeos wit h a python code, you do not need any third party application, no need to get a Chrome Extension, all you need is to follow below steps on whatever browser youlike (Chrome, FireFox, Safari, ...).  An important note here that woth mentioning, download other people's videos can infring their copyrites , so, make sure you are following YouTube policies before you download any video. Steps to Download a YouTube Video 1- Open the YouTube video. 2- Click on the URL bar to edit the address. 3- In the URL address of the YouTube video, write ss before the word "YouTube" as shown below and click enter/or Search 🔍 Add " ss" in the title before "youtube" in the address bar 4- You will be directed to Savefrom.net website. savefrom.net 5- Choose the Quality of the video you need to download. Download video option...