Excel VBA Tips n Tricks #20 Random Names Generator

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 22

  • @ProviderKnowledge
    @ProviderKnowledge Год назад

    Thanks

  • @Tedmosby111
    @Tedmosby111 3 года назад

    I know this video is 8 years old by now but I HAVE to thank you from the bottom of my heart! I've been stuck at exactly this problem for eternity now and with your approach it worked first try. Thank you so much man!

    • @ExcelVbaIsFun
      @ExcelVbaIsFun  3 года назад

      Thanks for stopping by to say thank you! Means a lot!

  • @seynaboudiop3243
    @seynaboudiop3243 3 года назад

    This is a nice video

  • @krn14242
    @krn14242 11 лет назад

    Dan, after watching this video I created my own random names generator and added a drop down box for user to select either male or female names. And since I had uneven numbers of male versus female, I included some logic to identify the last row for each gender and only provide that many names. Pretty cool. Fun learning VBA and I have to thank you for teaching me. Thanks again.

  • @TechTinkTronics
    @TechTinkTronics 4 года назад

    Thanks for sharing! There are so many built in functions in Excel and I honestly don't know them all. But I learn everyday.

    • @ExcelVbaIsFun
      @ExcelVbaIsFun  4 года назад

      You're very welcome, TechTinkTronics! So glad to be of help!

  • @ExcelVbaIsFun
    @ExcelVbaIsFun  11 лет назад

    Wow! That is awesome, Kevin. I'm really glad. When I began, I didn't know if anyone would watch these. It turns out, a lot of people are interested but intimidated. I mean to change that. I'm so glad you're having lots of fun with it. Thanks sir. Dan

  • @krn14242
    @krn14242 11 лет назад

    Interesting choice of first name. Funny. Thanks for the calculate = manual trick. I have been frustrated without that. Debugging is a pain when it was going thru the entire workbook before moving on through my loop. Great tip. Thanks again.

  • @nextstep2239
    @nextstep2239 3 года назад

    Can you please share this file

  • @ExcelVbaIsFun
    @ExcelVbaIsFun  11 лет назад

    I added one because the column headers (aka row 1) wasn't included. So, instead of telling it to do a random number between row 1 and the count of the list, i did random num between row 2 and count of the list plus one, which would be the number that was the row of the last item of the list. Hope that makes sense. Dan.

  • @ExcelVbaIsFun
    @ExcelVbaIsFun  11 лет назад

    Thanks zombies!

  • @nicolmoehle1081
    @nicolmoehle1081 3 года назад

    I canot believe that I've finally found a web app that works. Got so many free gems and coins from Gamecrook.

  • @rypi5489
    @rypi5489 9 лет назад

    Here’s a challenge for you! If I had titles running down Column A and wanted to Randomly change that title and show the result alongside it in column B how would you do that? So if Range(“A2”) Contained: 64pc Socket Set by Hilka. CRV Metric Sockets 3/8 Drive
    how could I get this randomly changed into Range(“B2”) ??

  • @ExcelVbaIsFun
    @ExcelVbaIsFun  11 лет назад

    Merry Christmas everyone. I hope God blesses you richly this upcoming year. Remember, you ARE a success!! Believe it, be it! Blessings my friends!! Dan

  • @aprilarchuleta2180
    @aprilarchuleta2180 6 лет назад

    I've started a similar project but mine involves clicking a button and having a msg box pop up with a random name (only uses first names). Can't quite figure it out. Any way to get assistance?

  • @jasminepatna3520
    @jasminepatna3520 3 года назад

    Gamecrook is working but I don't know how.

  • @marruz0
    @marruz0 9 лет назад +1

    Make sure when you make a video that you do it right without messing up and confusing yourself.

  • @SheRoMan
    @SheRoMan 8 лет назад +1

    hi .. can you copy what you did in VBA here on comments .. i can't get it right