How To Quickly Create Vertical Tabs for ANY Excel Workbook

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

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

  • @ExcelForFreelancers
    @ExcelForFreelancers  9 дней назад

    ⚡ 𝗦𝗜𝗠𝗣𝗟𝗜𝗙𝗬 𝗖𝗢𝗠𝗣𝗟𝗘𝗫 𝗘𝗫𝗖𝗘𝗟 𝗧𝗔𝗦𝗞𝗦 𝗜𝗡𝗦𝗧𝗔𝗡𝗧𝗟𝗬 𝗪𝗜𝗧𝗛 𝗘𝗫𝗖𝗘𝗟 𝗔𝗜 𝗧𝗢𝗢𝗟𝗣𝗔𝗖𝗞 𝗔𝗗𝗗-𝗜𝗡 👉 www.excelforfreelancers.com/ai-toolpack

  • @HotButteredCorn
    @HotButteredCorn 2 года назад +2

    Has anybody told you lately . . . .you're just flippin awesome ! Thank you. You bet that I'll subscribe. Thanks

    • @ExcelForFreelancers
      @ExcelForFreelancers  2 года назад

      Thank you so very much, I really appreciate that Mark, so kind of you.
      Thank you for your Likes, Shares & Comments. It really helps.

  • @brianhayden3509
    @brianhayden3509 5 лет назад +3

    A tip for future reference :) - for the 'HideAll' macro, I think that you can reduce the number of lines to hide the shapes by using the syntax Sheet1.Shapes.Range(Array(enter each shape name here, separated by commas)).Visible=False instead of writing a separate line to hide each one. Nice work!

    • @ExcelForFreelancers
      @ExcelForFreelancers  5 лет назад

      Hi Brian, Thanks very much. I agree, using Shape arrays to hide all works much better. I did use that in my dashboard masterclass when showing & hiding the button sets) Much appreciated.

  • @rbrtktl
    @rbrtktl Год назад +1

    Amazing tutorial, straight to the point. Thank you Randy😊

  • @MahabubAlam-ek8be
    @MahabubAlam-ek8be 2 года назад +1

    This is absolutely amazing advice

  • @naughtonboys
    @naughtonboys Год назад +1

    Thank you Randy for the incredible lessens! How can we allow the users to select the locked cells on the menu but not change them AND not be able to select any other locked cells?

    • @naughtonboys
      @naughtonboys Год назад +1

      just figured that out w/ a little extra code

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

      Great, glad you got it figured out. Thank you for your Likes, Shares & Comments. It really helps.

  • @CG-sb1bh
    @CG-sb1bh Год назад +1

    Hi Everyone, I don't understand how you make appear the row number automatically in B3. Could you explain ?
    Thanks :)

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

      Hi and thanks for your comment. That comes from the Worksheet selection change event. When a user makes a selection of one of the tabs, the VBA code places the selected row in that cell.
      I hope this helps and thanks so much.

  • @vozaonerd
    @vozaonerd Год назад +1

    another great class

  • @sasavienne
    @sasavienne 2 года назад +1

    Great work .. Thank you so much.

  • @nahummadrid4512
    @nahummadrid4512 6 лет назад +1

    Love watching your excel tutorials, thanks so much for your time! I hope one day I can be an excel expert

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

      Thanks so much. For sure you can become an amazing expert. Just keep at it every day.

  • @erickwright2360
    @erickwright2360 6 лет назад +3

    When you change employee name in the fields (10m30s), the employee information (address, email, phone) does not change. If you have say ~40 employees, where and how would you store their individual information and how would you associate it to these cells and the cells in each vertical tab when just the name is changed? Thank you!

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

      You have a great question. I made a video just to answer that. Have a look at Auto-Tab, Load and Save here: ruclips.net/video/40aYorpxPiU/видео.html

  • @Codytothemac
    @Codytothemac 6 месяцев назад +1

    I cannot get the columns to hide. Is the HideAll a separate macro you created?

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 месяцев назад

      HI and thanks so much. You can use something like
      Sheet1.Range("A:A").EntireColumn.Hidden = True
      I hope this helps. Should you have any additional questions, please join our Excel For Freelancers Facebook Group in which we have thousands of Excel experts who can guide and help you with your Excel Questions. Just post your detailed question, and upload your current workbook, or post detailed screenshots so we can get you the answers you need, fast. Please join here: bit.ly/groupexcel

  • @benjaminwamelda5905
    @benjaminwamelda5905 6 лет назад +1

    Awesome, great way of coding, simple yet powerful!

  • @mohitmjoshi5172
    @mohitmjoshi5172 6 лет назад +1

    Thanks for great trick and sharing knowledge.
    Would you make video on, how to loop over folders and it's sub folder and extract data ?
    ☺️

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

      Hi thanks i was thinking of making a 'File Manager in Excel' video. What type of data would you like to extract?

    • @mohitmjoshi5172
      @mohitmjoshi5172 6 лет назад +1

      Folders formation :-
      Hypothetically
      We maintain a main folder name base on year, than folder are devided in 12 different sub folder name base on months of year.
      We save file daily in different sub folder base on it's month of formation.
      I want code who help me to extract data in different sub folders.

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

      Its a good question and not to difficult of an answer but more than i can provide in a RUclips Comment. I would like to get you many answers on this as well. Can you join our Facebook Group with 5000+ Excel Experts and post your detailed question so we can get you the answer fast? Just join here. Thank so much: bit.ly/groupexcel

  • @gfcsolomon
    @gfcsolomon 6 лет назад +1

    Fantastic. Thank you very much for sharing.

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

      For sure happy to create these for you. Thanks for your comment.

  • @alexandercominguisalonzo9642
    @alexandercominguisalonzo9642 6 лет назад +1

    how did you do the interface of your data? do you have any tutorials about that?

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

      Hi i have a few videos on my channel that pertain to that. One that comes to mind is Auto Tab, Save & Load which you can find here: ruclips.net/video/40aYorpxPiU/видео.html

  • @SyedMuzammilMahasanShahi
    @SyedMuzammilMahasanShahi 6 лет назад +1

    Beautiful work. Thanks for sharing

  • @kevingida3556
    @kevingida3556 6 лет назад +1

    hello i would ask how you show rows and columns from different sheet?

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

      Hi, in this training we hide/show columns on one sheet to demonstrate vertical tabs. To show data from a different sheet you can use cell links. I have created a Facebook group with 5000 Excel Exerts so that many of us can help you with your Excel questions. Can you please post your detailed question, with samples or screenshots directly in our group? If you have not Joined yet, please join here: bit.ly/groupexcel. This way we can get you the answers you need, fast.

  • @inderjeetsaini7526
    @inderjeetsaini7526 6 лет назад +1

    Thank you so much for such an effort. Truly awesome session it was. learnt a lot from this video. earlier i never knew about this options. One question i have to ask, please advise if i can hide unhide multiple sheets with one tab button?
    but seriously your tutorial was way beyond awesome. great work Sir!!!!!

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

      Hi thanks so much for your comment. Much appreciated, Yes you can hide multiple sheets with one button in which you assign a macro. Within that macro you can hide (or unhide) multiple sheets.

  • @humayfaragi2827
    @humayfaragi2827 2 года назад +1

    Nice video

  • @mdsaiful6294
    @mdsaiful6294 2 года назад +1

    Nice video good

  • @Jess-dr9pc
    @Jess-dr9pc 5 лет назад +1

    Urgent question. I got it to work on Sheet1, when I duplicate to have Sheet2 the tabs do not work. Is this meant to be a single sheet workbook? Is there a way I can get it to work? I did a multisheet workbook and just as I was about to use it I realized only Sheet1 worked. Thank you so much for this awesome tutorial!

    • @ExcelForFreelancers
      @ExcelForFreelancers  5 лет назад

      Hi Jessica, I saw your post on our group as well. You would want to make sure that the code was updated for the new sheet# but i am sure we get it sorted out. (the group is the best way to get help since you can upload your workbook and screenshots and we have 20,000 members there as well. ) I hope we can get this sorted for you. Thanks so much again. These things take time and patience, even for me, so just give yourself a bit of time and you will get it for sure.

  • @iqbalv.a.5173
    @iqbalv.a.5173 6 лет назад +1

    Is it possible to add vertical tabs and when I select one vertical tab, it should have multiple horizontal tabs with different info. Is it possible?

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

      Yes its certainly possible to combine both vertical and horizontal tabs, You would just want to hide all of the horizontal tab shapes until that specific vertical tab has been selected. This would not be a problem

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

    Hello and good day to you. Please I want to do the same thing. But I want the tab to link to other sheets, not other columns.
    So for example, instead of only the vertical tab sheet, the document will contain multiple sheets and the tab will link to this sheet, not to hidden columns in the same sheet.
    Is there a tutorial for that?

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

      HI thanks you can just activate the sheet you want to go to inside your code such as
      Sheet4.Activate
      I hope this helps. Should you have any additional questions, please join our Excel For Freelancers Facebook Group in which we have thousands of Excel experts who can guide and help you with your Excel Questions. Just post your detailed question, and upload your current workbook, or post detailed screenshots so we can get you the answers you need, fast. Please join here: bit.ly/groupexcel

  • @newhomespace9816
    @newhomespace9816 6 лет назад +1

    Please you create stock management controls with your excel

    • @ExcelForFreelancers
      @ExcelForFreelancers  6 лет назад +2

      Thanks very much for your comment. Inventory & Stock has been a popular request, so I will do both a basic (free) video as well as a comprehensive (paid) course :)

    • @newhomespace9816
      @newhomespace9816 6 лет назад +1

      Thank you for your reply

    • @mahalonuiloa9615
      @mahalonuiloa9615 6 лет назад +1

      can this vertical tabs can perform twice in diffrent column...

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

      Matangkuwago Duero Absolutely you can keep multiple columns visible and use each of those for menus. I hope this helps

  • @bygone421
    @bygone421 6 лет назад +1

    How about if my tables are comong from different sheets?

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

      Hi, you can just make a value to value exchanges such as Sheet1.Range("A1").value = Sheet2.Range("A1").value

  • @unisoft5956
    @unisoft5956 6 лет назад +1

    Awesome
    Awesome
    Awesome

  • @saifazmi80
    @saifazmi80 3 года назад +1

    Wehn I use =B3=ROW(), it shows nothing.

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

      Hi Saif, Thanks for your comment. It would be difficult for us to help unless we see the specific bug you are running into. Can you upload screenshots of your bug and sheet into our Excel For Freelancers Facebook Group here: bit.ly/groupexcel We have 30,000 Members who would love to help you with this. Thanks so much.

  • @chintuachary7211
    @chintuachary7211 6 лет назад +1

    Do you have any contacts number for asking a question ?

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

      Hi thanks for your message. I have been busy and focused on creating some amazing Excel courses for all Excel enthusiasts so I am unable to offer any one on one support at this time. However, I have created a Facebook group with 5000 Excel Exerts so that many of us can help you with your Excel questions. Can you please post your detailed question, with samples or screenshots directly in our group? If you have not Joined yet, please join here: bit.ly/groupexcel. This way we can get you the answers you need, fast.