Ultimate VBA Security Part # 1 | VBA to make all Userform Name Un-Readable

Опубликовано: 14 Октябрь 2024
на канале: Support Plus
3,020
44

This is the first video of series of VBA Protection, In this video I try to show you VBA to change multiple UserForm Name with obfuscator code and you can learn how to make list of userform name in sheet. If you like to know more please watch the video carefully.

VBA to change multiple UserForm Name, VBA Security Vid#1#vba
How to Obfuscate UserForm name
#excel
#MicrosoftExcel

Help me to make a dream of 10,000 subscribe at https://bit.ly/2O2MeMt

Some Link for You*
Inventory Management System in Excel (Ready to Use):    • Excel's Fully Automatic Inventory Man...  

Menu system in excel userform (Step by Step):    • Menu system in excel userform (Step b...  

Minimize and maximize in excel userform (Advance):    • Minimize and maximize in excel userfo...  

Unbreakable VBA Protection, Unviewable VBA Project:    • Unbreakable VBA Protection, Unviewabl...  


VBA Security Vid#2:    • Ultimate VBA Security Part#2 | Change...  
VBA Security Vid#3:    • Ultimate VBA Security Part # 3 | Prog...  


**Here is the supporting code
Function Obfuscator_Code() As String
Dim iCount As Integer
For iCount = 1 To 10
If Int((2 * Rnd) + 1) = 1 Then
Obfuscator_Code = Obfuscator_Code & Chr(Int(26 * Rnd + 65))
Else
Obfuscator_Code = Obfuscator_Code & Int(50 * Rnd)
End If
Next iCount
End Function
**

Please click the “SUBSCRIBE” button and ring the “Bell” icon also. You must find something different in every tutorial video on every day. Do not forget to like this video



Disclaimer:
This channel dose not promotes or encourages any illegal activities. All contents provided by this channel are meant for educational purpose only. I am not responsible for anything happens to your system or device while following my procedure. Thank you so much…. #ExcelTutorial #SupportPlus #Excel #Computer