Forum Discussion
Xiong_Yang
Dec 09, 2022Copper Contributor
Hello all, I'm having issues with a certain VBA Function Code that keeps running.
I had a VBA Function Code that keeps running when I run other Modules or Userforms, or when I click on other cells in the spreadsheet. This causes the function to randomly generate QR codes on the sp...
HansVogelaar
Dec 09, 2022MVP
Instead of using a cell formula to create a QR code, you should probably use a macro or a Worksheet_Change event procedure.