VBA check if string contains only Letters function in this page can be used in your vba project module & referred in any place to check & trim your string.
Convert a Formatted Cell in Excel into HTML Tag using VBA
Convert a formatted cell in Excel to HTML tag using VBA code. A Cell can have single or multiple font formats. This code converts each type to HTML Tag.
Excel VBA Get Stock Price – Google Finance – Best Live Stock Ticker
Using Excel vba get stock price from Google finance. Build youself a best Live stock ticker using this VBA code for any share market data
Send Email from Excel with Attachment using vba
How to Automate Emails From Excel? Get macro to send email from Excel & email Excel file as attachment using VBA. In this page, you will learn and get code for 2 different things. Be it a professional Organization announcement, Promotional offer or a Valentine greeting email, these codes will […]
Learn How To Code JavaScript in VBA
Learn how to execute a Javascript within a VBA Code? It is not that tough to code a Javascript within VBA and make it execute within Excel itself. All you just have to do is, reference Microsoft Script Control Library and start coding your Javascript or VBscript as explained in this page.
VBA To Copy Visible Cells Only and Paste in Excel
Copy Visible Cells only VBA from Excel sheet. Get VBA copy visible cells only code, Keyboard short to copy non-hidden rows & menu Option; then easily copy and paste them to a target worksheet.
Universal VCF to Excel and Excel to Vcard Converter
Get free VCF to Excel & Excel to Vcard converter. Just download this app, input your file detail & convert from VCF to Excel or Xls to Vcard.
Non Repeating Unique Random Numbers – Fun with Excel
Learn how to generate Unique random numbers in Excel. Built in RND function will not generate unique randoms. But using this simple technique, you can enable creating non-repeating random numbers in Excel
Convert Kg to Lbs – Feet To Meters, Miles – Liter to Gallon
Convert kg to lbs, meter to feet, liter to gallon, sq feet to meters and all Engineering Unit conversion here. This Excel Table can convert any to any Engineering unit. Also get built in Excel function that can convert any Engineering Unit to any.
VBA Macro Import – Read XML File into Excel – 5 Easy Tips
Learn how to Import Xml to Excel.Get quick VBA codes that Convert XML to Excel file. It is also possible to import xml to Excel directly from website URL.