Named Ranges in Microsoft Excel VBA

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

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

  • @ersingungor6101
    @ersingungor6101 13 วันที่ผ่านมา

    Another great tutorial. Excellent solutions to real world app problems. Congrats!.

    • @SiddharthRout
      @SiddharthRout  3 วันที่ผ่านมา

      Thank you so much for your kind words and encouragement! 😊 I’m thrilled you found the tutorial practical and relevant to real-world problems. If there are any specific challenges you'd like me to tackle in future videos, feel free to share. Your feedback means a lot!

  • @amorbatna2725
    @amorbatna2725 2 ปีที่แล้ว +1

    شكرا لك احسن شرح

  • @contextmatters8243
    @contextmatters8243 10 หลายเดือนก่อน +1

    Excellent!
    Question: Can you set the name of a range as a variable (Dim) and use the variable in the code?

    • @SiddharthRout
      @SiddharthRout  10 หลายเดือนก่อน

      Yes you can. For example Set rng = Sheets("Sheet1").Range("A1:A10") and then you can use it as Msgbox rng.Address or rng.Whatever

  • @osoriomatucurane9511
    @osoriomatucurane9511 7 หลายเดือนก่อน +1

    Awesome tutorial on name ranges. I love dynamic name ranges.
    LRow = ws.range("E" & Rows.Count).end(xlup).row
    Why do you reference worksheet in the code line above?
    ....... range("A" & ws.Rows.count) ....

    • @SiddharthRout
      @SiddharthRout  3 วันที่ผ่านมา

      I must have missed this comment. I apologize. I have explained about it in this post.
      stackoverflow.com/questions/11169445/find-last-used-cell-in-excel-vba/11169920#11169920

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

    Helpful content. 👍
    Audio has too much echo.
    Painful to listen to.

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

      Thank you for your feedback. Yes, initially I struggled a lot with no proper recording equipment. I hope it is much better in recent videos?