ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

EXCEL QRcode or ±ø½X

¹Ï¤ùµLªkÅã¥Ü¥X¨Ó¡H¬O¤°麽­ì¦]¡H
¥t¥~¦pªG¦b¤¤°ê¦a°Ï¡AµLªkµn¤JGOOGLE ¦³¤°麽¿ìªk¥i¥H¨ú ...
198188 µoªí©ó 2024-9-13 12:53

¨º­Óºô§}¦n¹³¤£¯à¥Î¤F,
§A¸Õ¸Õ§ï¥Î³o­Ó¬Ý¬Ý :

https://api.excelapi.org/other/qrcode?text=
  1. Function QR_Code(Target As Range, MyURL As String)
  2. MyURL = "abc"
  3. With ActiveSheet
  4. For Each pic In .Shapes
  5.    If pic.TopLeftCell.Address = Target.Address Then pic.Delete
  6. Next
  7.   With .Pictures.Insert("https://api.excelapi.org/other/qrcode?text=" & MyURL)
  8.   .Top = Target.Top
  9.   .Left = Target.Left
  10.   End With
  11. End With
  12. End Function
½Æ»s¥N½X
QR_Code-2.zip (15.19 KB)

TOP

        ÀR«ä¦Û¦b : ­n¥Î¤ß¡A¤£­n¾Þ¤ß¡B·Ð¤ß¡C
ªð¦^¦Cªí ¤W¤@¥DÃD