VBA Beginners: Turbocharge Your Excel Development By Mastering Objects

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

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

  • @ExcelForFreelancers
    @ExcelForFreelancers  5 หลายเดือนก่อน +1

    📅Excel Calendar Pro: Your Solution to Stress-Free Scheduling 👉 rebrand.ly/CalendarPro_PinnedComm

  • @harryriley2696
    @harryriley2696 6 หลายเดือนก่อน +1

    This may be the best one thus far...
    For an initial explanation on VBA in Excel

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      Wow! Great thanks so much for that. I appreciate that.

  • @JohnPaulRodriguez1229
    @JohnPaulRodriguez1229 4 หลายเดือนก่อน +1

    Thank You for all the tutorials for VBA! I really appreciate it. I will buy your templates and training soon

    • @ExcelForFreelancers
      @ExcelForFreelancers  4 หลายเดือนก่อน

      Thank you so very much, I really appreciate that John

  • @RoronoaShu27
    @RoronoaShu27 6 หลายเดือนก่อน +2

    Once again an incredible training about the varities of using VBA as a powerful tool to solve complex problems. Thank you so much for your time in teaching :)

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      Thank you so very much, I really appreciate that and you are very welcome. Thank you for your Likes, Shares & Comments. It really helps.

  • @nerenlakhraj5252
    @nerenlakhraj5252 6 หลายเดือนก่อน +2

    A truly awesome training which I have yet to master. Thank you for your continuous training and inspiration.

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      For sure, you are very welcome Neren. These basic trainings also help me learn some of the fundamentals, so they are good for me as well. Thanks for your continued support over the years

  • @SyedMuzammilMahasanShahi
    @SyedMuzammilMahasanShahi 6 หลายเดือนก่อน +1

    Thank you so much Randy for this amazing video.

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      For sure, you are very welcome and I am happy to help. Thank you for your Likes, Shares & Comments. It really helps.

  • @ashokanselliah9571
    @ashokanselliah9571 6 หลายเดือนก่อน +1

    Excellent training session. Hugely helpful Sir

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      Thank you so very much, I really appreciate that and thank you for your Likes, Shares & Comments. It really helps.

  • @carloseduard317
    @carloseduard317 6 หลายเดือนก่อน +2

    Amazing! I love Excel

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน +1

      Thank you so very much, I really appreciate that Carlos. Much appreciated.

    • @carloseduard317
      @carloseduard317 6 หลายเดือนก่อน +1

      Thank you so very much. @@ExcelForFreelancers you is amazing

  • @poonamjagtap6997
    @poonamjagtap6997 6 หลายเดือนก่อน +1

    Superb..Postive vibes..👍

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      Thank you so very much, I really appreciate that

  • @akkintouch
    @akkintouch 6 หลายเดือนก่อน +1

    Is the find and find next masterclass ready? Wish it was done soon ☺️

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน +1

      Hi and thanks I have that on my list and will be addressing it in the very near future, within a few weeks. Thanks for your patience :)

  • @malcolmsokol4294
    @malcolmsokol4294 6 หลายเดือนก่อน +1

    Can you explain Sheets vs worksheets. A chart saved as a non-embedded object is a sheet. Also Chart objects are also shape objects and that wasn't discussed and may be an issue in looping over all shapes in a collection.

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      Hi and thanks Malcolm. I try to limit these basic VBA trainings to about 30 minutes, so I can't cover every possible option. I will try to get the other requests in a future video. Thanks again for your continued support.

  • @liamhealy193
    @liamhealy193 6 หลายเดือนก่อน +1

    Am loving your channel. Is it possible to create a football stats analysis sheet? Where say if I had all the data from previous matches I could click onto a team and it would tell me things like average goals per game, over/under goals, win percentage home and away etc. Thanks.

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      Hi and thanks so much for the nice idea. It would take some research however I will look into the possibility for a future video. Thank you for your Likes, Shares & Comments. It really helps.

  • @andrewt207
    @andrewt207 6 หลายเดือนก่อน +1

    Excellent run through ... brisk but easy to stop, play with code then resume. Very much appreciate the video and the series generally as I'm am currently building a data view that animates events over a building layout which is really pushing me out of my comfort zone (although I can still wave to it in the distance !).
    Quick question: is it considered good practice to name WorkSheet using the Codename rather than the Sheetname? As VBA doesn't auto-change code if a tab name changes, it can be a pain if the user (or I!) rename it and there is a tsunami of 'not found' errors. I'm not sure the best way to use the codename in referencing as I seem to get tied in knots trying to use it and messing up the syntax.

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน +1

      Hi and thanks very much. The answer is Yes, at least for me, I always change and use the code name (not the sheet name) within the code since users cannot change the code name.
      Referring to the code name is even easier than the sheet name within the code as you can refer to it such as
      SheetCodeName.Range("A1").value
      So its very easy and also more stable. I hope this helps and thanks so much.

  • @rnunez047
    @rnunez047 4 หลายเดือนก่อน +1

    Hello Randy, A question: I have a table with shapes that become visible when the target cell is selected, but when I drag the cell down, these shapes are duplicated. How can I avoid that?

    • @ExcelForFreelancers
      @ExcelForFreelancers  4 หลายเดือนก่อน +1

      Hi and thanks for your comment. Using VBA, I would move the cells out of the current cell (temporarily) by changing the left position such as
      Sheet1.Range("YourShape").left = Sheet1.Range("YourShape").left - 50
      then after the drag and drop is performed I would move them back (hiding them won't really help) so they really need to be moved out of the cell as I can't think of another option at this point early in the morning :)
      Thank you for your Likes, Shares & Comments. It really helps.

  • @trungtuminh
    @trungtuminh 6 หลายเดือนก่อน +1

    Hello Mr. Randy, It seems like you attached the Workbook_Event file not the related file. Many thanks!

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      HI and thanks and sorry about that. I will get that fixed. In the meantime, you can download the Object Master workbook here:
      freeworkbookdownloads.s3.us-east-2.amazonaws.com/Excel_Object_Mastery.xlsm
      I hope this helps and thanks so much.

  • @martindejesus1169
    @martindejesus1169 6 หลายเดือนก่อน +1

    I’m curious as to why you don’t work with tables very often, especially when you work with databases.

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      Hi and thanks very much. I find tables very restricting and there are rules associated with table that I prefer not to use. Table require the user to conform to certain formats which I don't always want to follow. I do use them when i want to create pivot charts and tables. I hope this helps and thanks so much.

    • @martindejesus1169
      @martindejesus1169 6 หลายเดือนก่อน +1

      It does. Thank you!

  • @mychanel8277
    @mychanel8277 6 หลายเดือนก่อน +1

    ❤❤❤ salute❤❤

  • @geoffreyjones3832
    @geoffreyjones3832 6 หลายเดือนก่อน +1

    I just found MS disabled macros
    I don't know how to get around that.
    This is probably why the 175 I bought I can't use.

    • @andrewt207
      @andrewt207 6 หลายเดือนก่อน +1

      if you right click the file you downloaded and hit 'properties', see if there is an option at the bottom right (opposite "security") that allows you to "unblock" .. once done you wont have to do again for that file

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      HI and thanks Geoffrey. When you purchase the 175, pack, within the email there is a link to my website that shows you how to fix this once and for all as it is an extra security measure, Microsoft disables macros from workbooks downloaded over the internet. TSo fix this I have outlined the following the steps on this page www.excelforfreelancers.com/how-to-fix-macro-blocking-issue/ I hope this helps and thanks so much.

  • @djs2220
    @djs2220 6 หลายเดือนก่อน

    Hey Randy. When I download this workbook I get the Workbook Events file :(

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน +1

      Hi and thanks for letting me know. Sorry about that and I will check on that. You can download the Object Mastery Workbook from the following link:
      www.dropbox.com/scl/fi/bh3ftk0b0464hs9isqqou/Excel_Object_Mastery.xlsm?rlkey=84bcx98lwcyntwundg1tbi6vb&dl=1
      I hope this helps and thanks so much.

    • @djs2220
      @djs2220 6 หลายเดือนก่อน +1

      @@ExcelForFreelancers Thank you so much!! As always, your videos are amazing. I learn something new every time!!

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      For sure, you are very welcome and thanks so much

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      I really appreciate that and thank you

  • @donasolliro6644
    @donasolliro6644 6 หลายเดือนก่อน +1

    Why you just focus to worksheet object. Just jump to userform

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 หลายเดือนก่อน

      Hi and thanks, this video is focused on Excel Objects. If you would like to learn about userforms, I have a video on this here: th-cam.com/video/rTmq-EIkyi0/w-d-xo.html
      I hope this helps and thanks so much.