#8 - How to Declare a Variable in Excel VBA Programming (diff between global and local variables)

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

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

  • @FaysalEasyExcel
    @FaysalEasyExcel 4 ปีที่แล้ว +2

    mind blowing example. this is great.

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

    Great Video, thanks for sharing!

  • @orthodoxreactionary6434
    @orthodoxreactionary6434 ปีที่แล้ว

    Great video, easy to follow along and understand. At the very end, the global variable didn't pass through to the second macro and showed up as 0. I don't know why that happened.

  • @TayeHassan-l2s
    @TayeHassan-l2s หลายเดือนก่อน

    I wanted to reach out with a few ideas on how we could potentially increase the visibility and sales of your course,

  • @TayeHassan-l2s
    @TayeHassan-l2s หลายเดือนก่อน

    Hello Steve McDonald,
    are you available for a brief business discussion

  • @AamirSaeedTajalli
    @AamirSaeedTajalli ปีที่แล้ว

    hello,, in form A, under optionexplicit area, i declared a global variable
    "Public AssignedValue as string" and sets its value. While in form B when i try to use label14.caption = AssignedValue then getting error "Variable not defined".. Any suggestion / hint please?