How to create Q.R Code in Microsoft Excel - Malayalam Tutorial

preview_player
Показать описание
എക്സൽ ഉപയോഗിച്ച് ക്യൂ.ആർ കോഡ് നിർമിക്കുന്നതെങ്ങനെ എന്ന് വിശദീകരിക്കുന്ന വീഡിയോ.
How to generate Q.R Code using Microsoft Excel, explained in Malayalam.

മൈക്രോസോഫ്റ്റ് എക്സൽ കോഴ്സിൽ എൻറോൾ ചെയ്യുന്നതിന് വേണ്ടിയുള്ള ലിങ്ക് ചുവടെ...

Subscribe to the channel @AjayAnandXLnCAD for more.

Microsoft Word Beginner to Professional കോഴ്സിൽ എൻറോൾ ചെയ്യുന്നതിന് വേണ്ടിയുള്ള ലിങ്ക് ചുവടെ...

VBA code for creating Q.R Code
Sub QRCodeGenerator()
Dim URL As String
Dim QRCode As Object
Dim Location As Range
Range("B3").Select
On Error Resume Next
ActiveSheet.Shapes.Delete
Do Until ActiveCell.Value() = ""
Set Location = ActiveCell.Offset(0, 1)
Set QRCode = Sheets("VBA").Pictures.Insert(URL)
With QRCode
.Name = "QRCodeVBA"
.Top = Location.Top
.Left = Location.Left
.Height = Location.Height
.Width = Location.Height
End With
ActiveCell.Offset(1, 0).Select
Loop
End Sub

📢 Disclaimer: If you click on my affiliates links, I am going to receive a tiny commission. The products that I advertise are the ones I believe in.
🏃‍♂️ My Running Kit for Hyderabad Marathon 2025
📊 Think Like an Analyst: Books That Helped Me
📚 Mind-Opening Reads You Can’t Miss

#excelmalayalam #qrcodeinexcel #malayalamtutorial
Рекомендации по теме
Комментарии
Автор

ഇത്ര ഒന്നും പണി ഇല്ല. മൊബൈലിൽ just google chrome ഓപ്പൺ ചെയ്ത് നമ്മുക്ക് വേണ്ട website ൽ കയറുക -> എന്നിട്ട് chrome option ൽ പോയി share ചെയ്യുക, , , അവിടെ option ൽ qr code എന്ന് ഉണ്ടാവും

rahoofmullappally
visit shbcf.ru