Encode Base64 in Excel VBA

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 11

  • @nytwalker4970
    @nytwalker4970 3 ปีที่แล้ว +1

    Hey, is there a decode base64 code with a button click?

  • @edumath8872
    @edumath8872 6 ปีที่แล้ว

    Please help me code vba word: convert from word from base64 word. Thank you!

  • @paulormcosta2415
    @paulormcosta2415 5 ปีที่แล้ว

    Hello man, I'm trying do it with images, do you now how could I convert a base65 array back to image using just Vba?

    • @blackhawk3005
      @blackhawk3005 2 ปีที่แล้ว

      Do you have found an answer?

  • @doncisar5519
    @doncisar5519 8 ปีที่แล้ว +1

    I have tried to use this code & keep getting a Compile error: User-defined type not defined. I have done everything exactly like it says to in the video, but can't get it to work. I want to use this to get basic Auth completed (your other video). Please help if you can.

    • @scottdonchak626
      @scottdonchak626 8 ปีที่แล้ว +1

      In your VBA console click Tools>References and check "Microsoft XML, 6.0".

    • @VincentBrazil
      @VincentBrazil 6 ปีที่แล้ว +4

      The solution is to either change DOMDocument to DOMDocument60 (60 uses Microsoft XML 6.0) or use the Microsoft XML, v3.0 reference with DomDocument. It's inconsistently used in this and the Authentication video, which took me a good 30mins to work out...

  • @asdasdasdfdasfdasfas3332
    @asdasdasdfdasfdasfas3332 7 ปีที่แล้ว

    Hello!
    In the JIRA, how exactly am I supposed to code the username/password with this method?
    Thank you in advance!

  • @bot6731
    @bot6731 2 ปีที่แล้ว

    thank you