Hi Friends, today we are going to learn something which is more closure to many businesses. As the businesses going global and digital, there is a need to adopt the new way of tagging. Yes, we are talking about QR Code and Barcodes. These codes have made the life simpler for many people.
The reason for these codes to be more useful is because of its capabilities. QR can store much more data as compare to Barcodes such as site URLs, text messages, numbers, geo coordinates etc.
Yes, it is possible to generate QR Codes using Excel. Since it is bit complex; hence we have taken simpler approach for explanation. We are making use of Web API provided by https://api.qrserver.com to generate the QR code.
Step 2:Â Open the tool an you will see below screen
Note:Â Since this file includes Macros; hence you need to enable macros if Excel prompt you to enable it. See below a sample screenshot of Excel warning message. You need to click on Enable Content
Step 3: Click on ‘Clear Data’ button
Step 4:Â In column A (Content/Text/URL etc.), enter the content you want in the QR code. This can be your site address, any text, alphanumeric number etc.
Note:Â This copy of tool can generate up to 10 QR Codes at a time
Step 5:Â In column B (Font Color), change the cell color in which you want the QR code
Step 6:Â In column C (Back Color), change the cell color in which you want QR code back color
Step 7: Click on ‘Generate QR Code’
Step 8: Tool will now send text, font and back color details to https://api.qrserver.com and paste the QR code provided from the site in column D (QR Code)
Note: Since the tool is getting the QR code from the site; hence please ensure that you are connected to internet before using the tool. Also, you must have access to https://api.qrserver.com. Sometimes due to slow site response or internet issues, you may receive few error messages. Just click on OK and try again.
When creating a formula in Excel, many people get confused by the $ symbol in cell references. But it’s actually very simple. The dollar sign in an Excel cell reference tells Excel whether to keep the reference the same or allow it to change when you copy the formula to other cells. This guide will explain how it works and why it’s helpful.
Understanding Excel cell references is really important. Knowing the difference between absolute, relative, and mixed references will help you get the most out of Excel formulas and functions.
VBA Code to Filter Data in Excel Here is an easy reference code which filters data in the sheet. In the code, we have filtered the data in three steps. Step 1:Â Remove existing filter from…
How to use VBA to open Workbook in Excel? There are few VBA codes which are commonly used by every developer. One of them is giving an option to user to browse a file. Below is a…
VBA to Browse Outlook Folder Outlook is most commonly used emailing application used in the world. Many people spend their entire day on Outlook applications to read and respond to emails. To automate certain rule-based…
In this tutorial, we’re going to explore one of the most intriguing features in Excel: the OFFSET function.
So, what is the OFFSET function in Excel? Simply put, OFFSET gives you a reference to a range of cells that’s moved from a starting point by a certain number of rows and columns.
Free File Renamer Tool – Quickly Rename files batch using Excel VBA Here is another help code and tool for programmers to rename files. You can use this tool for renaming all files available in…
Hello, I really appreciate what you have done here. I’ve been searching for a tool that does just what you have done. Is there a way I could expand the number of lines it will create codes for? How much is this tool?
Thank you for the feedback. We can connect you with the developer for amendment in the tool. Please share your query on [email protected].
Hi, just download qr code generator tool v1.0, but when i generate the qr code, it says error of modmain, vba is being protected or your version need to open by 32 bit but my version is 64bit.
Please advise how can i generate the qr code, thanks
Hi Cara,
We don’t think the issue is caused due to 64 bit system. We have removed an un-used reference from the code. Can you try to download the tool again and see if that’s work.
Regards
ExcelSirJi Team
Just download the link, but thete is no bar code generated after longtime but it says it us done but no bar code is found. Can you check any problem with the generator?
HI Cara,
There is no issue with the tool. It is working as expected. The tool uses Web API from https://api.qrserver.com. Please do if you have access to given link.
Regards
ExcelSirJi Team