Тёмный

EXCEL VBA Login Userform With Forgot Password Feature | Data Entry |Protection | Mail 

Automate Data
Подписаться 5 тыс.
Просмотров 5 тыс.
50% 1

This is a tutorial for creating a custom login window for an excel file using VBA. This allows the user to enter their private password and login. If the user does not remember the password, they can use the "forgot password" feature and the password will be mailed to their registered email.
Code for Mailing:
Dim outlook As Object
Dim newEmail As Object
Dim xInspect As Object
Dim pageEditor As Object
Set outlook = CreateObject("Outlook.Application")
Set newEmail = outlook.CreateItem(0)
With newEmail
.To = emailid '''declare it first with the mail id you want to send to
.Subject = "Password Recovery"
.body = "Hi " & user_name & "Your Password is: " & Password
.DeleteAfterSubmit = True
.Send

Set pageEditor = Nothing
Set xInspect = Nothing
End With
Set newEmail = Nothing
Set outlook = Nothing
TAGS:
#excel #microsoft #microsoftexcel #office #word #o #powerpoint #business #cursodeexcel #data #msexcel #curso #cursoexcel #powerbi #exceltips #motivation #datascience #microsoftoffice #n #aprenderexcel #planilhas #dicasexcel #windows #dashboard #cursos #ado #exceltraining #like #excelbasico #dataanalytics
#youtubeislife #subscriber #youtubeguru #youtubecontent #newvideo #subscribers #youtubevideo #youtub #youtuber and #youtubevideos
#excel #microsoft #microsoftexcel #office #word #o #powerpoint #business #cursodeexcel #data #msexcel #curso #cursoexcel #powerbi #exceltips #motivation #datascience #microsoftoffice #n #aprenderexcel #planilhas #dicasexcel #windows #dashboard #cursos #ado #exceltraining #like #excelbasico #dataanalytics
#msexcel #excel #microsoftexcel #microsoft #exceltips #exceltraining #office #msword #msexceltraining #exceltricks #data #spreadsheet #msoffice #excelfunctions #microsoftoffice #business #learnexcel #spreadsheets #excelshortcuts #msexceltips #dataentry #excelformulas #accounting #exceltutorial #advancedexcel #excelskills #excelprofessional #vlookup #powerpoint #mspowerpoint #excelfunctions #microsoftexcel #exceltips #excel #excelformulas #msexcel #exceltraining #exceltricks #microsoft #microsoftoffice #excelshortcuts #excelspreadsheets #excelprofessional #learnexcel #advancedexcel #excelskills #onlinetrainingforeveryone #exceltutorial #vlookup #advancedexceltraining #officeproductivity #exceltutorials #spreadsheets #excelinterviewquestions #excelvba #excelmacros #msexceltraining #intermediateexcel #exceltestforjobinterview #howtoanalyzedata
#excelvlookup #excelforbusiness #msexceltips #exceltest #vadimmikhailenko #dataanalysis #sap #exceldashboard #pivottables #datavisualization #powerpivot #datamodeling #microsoftaccess #microsoftproject #microsoftpowerbi #microsoftexceltraining #microsoftword #powerpoint #match #index #formulas #exceltipsandtricks #functions #office #excelexpert #datamanagement #kursusprogramming #kursusdesign #follow #personaldevelopment

Опубликовано:

 

6 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@abdulrahmansac6693
@abdulrahmansac6693 10 месяцев назад
If I open another normal worksheet means log in excel (user form) automatically log out,how to work both simultaneously...
@dinhle5749
@dinhle5749 2 месяца назад
Guide me to retrieve my password by answering the security question
@iknow3335
@iknow3335 Месяц назад
The password for user is the designer to input/assign for them? or the password is the same as maybe Windows login LAN password?
@automatedata5412
@automatedata5412 Месяц назад
Designer can assign
@adaobianyachor236
@adaobianyachor236 9 месяцев назад
Lovely tutorial. What if there's no outlook on the laptop. How can the email be sent? Thank you
@automatedata5412
@automatedata5412 9 месяцев назад
Outlook is needed for this code. If you use gmail then u can use google sheet automation to send mails I have another video about it in my channel
@adaobianyachor236
@adaobianyachor236 9 месяцев назад
@@automatedata5412 Thank you. I'll watch it and see how to implement
@vrushalijadhav9782
@vrushalijadhav9782 11 месяцев назад
What if the username box is TextBox instead of combo box
@automatedata5412
@automatedata5412 11 месяцев назад
Then in code wherever the term combobox comes change it to textbox. Basically in combobox u let the user to select from an already existing list of options. In text box u can type down by urself
Далее
Build a VBA Login System for Excel
32:25
Просмотров 19 тыс.
excel vba user login form show sheets
9:35
Просмотров 2,8 тыс.
Multi User Login Form in Excel VBA
7:59
Просмотров 5 тыс.
Excel VBA Userform Search and Display | Search Button
27:59
Excel VBA Username and Password login Window
12:46
Просмотров 1,3 тыс.
How to Create a Login System in Excel Using VBA
18:50
Forgot password UserForm VBA
10:32
Просмотров 677