14:02
Learn Excel VBA to Automate Anything
Learn Excel VBA essentials in 15 minutes to automate excel tasks. Take our Excel VBA & Macros Course: ...
3:21
How to Encode base64 string with Excel VBA using XML object. Full source code: ...
1:01:13
How to create common input form using Codes on VBA Editor with sample data not using userform1
Please subscribe, like and share. Buy Super Thanks to support our channel. We're open for promotional partnership. GCash: ...
1:11:15
Wise Owl Answers - How do I pass Japanese text to a stored procedure parameter in VBA?
Check out our other answers here https://youtube.com/playlist?list=PLNIs-AWhQzcluqE43JKakRKslaYwCouJu If you'd like to help ...
6:04
VBA code to export the data from Excel to Text file
Codes:- Option Explicit Sub txt_Msg() Dim s As String, savefile As String s = InputBox("please enter a string.") savefile ...
1:46
Encrypt Or Decrypt Selected Cells With VBA Code
https://drive.google.com/file/d/1NT09Wnn-PETrVkfTYw-XeIFbO8Ew1e2p/view?usp=sharing.
16:51
VBA Walkthrough #2 - Message Encryptor and Decryptor
This VBA macro is hopefully a bit more interesting than the last, and shows how I created a message encryptor/decryptor in Excel ...
15:43
Maldoc VBA: Decoding With Excel
Another maldoc analysis with Excel. https://videos.didierstevens.com/2016/10/17/maldoc-vba-decoding-with-excel/
8:04
Excel VBA - Data Encryption and Decryption| Very Simple Method
Source Code Public Function DECRYPTION(t As String, dectxt As String) As String Dim new_dectxt() As String, i As Integer, a As ...
1:51
How to Properly Read UTF-8 Encoded Files with VBA
Discover effective methods to read `Persian letters` and other UTF-8 characters in your `VBA` applications. --- This video is based ...
15:30
Showing how to use Excel to decode a Word maldoc. https://videos.didierstevens.com/2016/10/11/maldoc-vba-decoder-xls/
0:20
VBA Base64 암호화, 복호화(Encoding/Decoding)
http://aiden1004.tistory.com/entry/%EC%97%91%EC%85%80-VBA-Base64-EncodingDecoding.
14:32
Run Python Code From Excel with VBA
Today we will learn how to run Python scripts from Excel using VBA macros.
52:39
Excel VBA Introduction Part 47.5 - Basic HTTP GET and POST Requests
By Andrew Gould Download files here https://www.wiseowl.co.uk/vba-macros/videos/vba-scrape-websites/get-post-requests/ ...
7:17
VBA - To convert STRING values to ASCII values and revert it back to STRING
In this Tutorial, we will learn how to convert STRING values to ASCII values and revert it back again to STRING values when ...
15:08
Excel VBA UserForm: Auto-Generate Unique IDs Easily!
Excel VBA UserForm: Auto-Generate Unique IDs Easily! Master the art of creating an Excel VBA UserForm that automatically ...
5:29
How to set up the script editor for Microsoft Excel (VBA)
This tutorial prepared for those who want to learn how to script in Microsoft Excel but don't have any idea of it. This video teaches ...
13:59
Part 4] How to Encrypt and Decrypt Strings and Characters Using VBA
This Tutorial demonstrates how to Encrypt and Decrypt Strings and Characters using VBA. This method will be used to encrypt ...
2:14
In-Depth Obfuscated VBA Analysis
You can find the scripts used to analyze this malware on our blog: https://cerbero-blog.com/?p=1946 More information at: ...