- ©«¤l
- 105
- ¥DÃD
- 27
- ºëµØ
- 0
- ¿n¤À
- 168
- ÂI¦W
- 144
- §@·~¨t²Î
- Win10
- ³nÅ骩¥»
- Office2010
- ¾\ŪÅv
- 20
- ©Ê§O
- ¤k
- µù¥U®É¶¡
- 2011-6-30
- ³Ì«áµn¿ý
- 2025-8-1
       
|
§Ú¥Ø«e¬O¨Ï¥Î¤U¦C³oÓ³sµ²ok¡A¦ý¦b¤j³°¯à¤£¯à¥Î´N¤£½T©w¤F
https://api.qrserver.com/v1/create-qr-code/?size=100x100&color=fff&bgcolor=000&data="
Function QR_Code(Target As Range, MyURL As String)
With ActiveSheet
For Each pic In .Shapes
If pic.TopLeftCell.Address = Target.Address Then pic.Delete
Next
With .Pictures.Insert("https://api.qrserver.com/v1/create-qr-code/?size=100x100&color=fff&bgcolor=000&data=" & MyURL)
.Top = Target.Top
.Left = Target.Left
End With
End With
End Function |
|