Custom Menu - E01. Add Custom Cell Menu using VBA

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

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

  • @scotolivera8207
    @scotolivera8207 4 года назад +4

    Sir this channel is going to be the reference for all vba things, seriously

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

      Thanks, George for your kind words.

  • @susilsxzen-ff1zn
    @susilsxzen-ff1zn Год назад +1

    Another great tutorial ❤

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

      Thank you! Cheers!

  • @bnancy3699
    @bnancy3699 4 года назад +1

    thanks!
    interesting topic. will be waiting for next episode.

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

      Glad you liked it!

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

    There is NO video explaining how it start it in VB Studio

  • @chanevans9430
    @chanevans9430 4 года назад +2

    thanks sir. Looking forward to ribbonx and VBE codes :)

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

      Very soon!

  • @garmoggrog
    @garmoggrog 9 месяцев назад +1

    This was great. I tried it. It works.
    As soon as I try to call one of the functions from my personal.xlsb, it tells me they aren't in the project that that is what I am working expressly out of.
    Any ideas?

    • @VBAA2Z
      @VBAA2Z  9 месяцев назад

      try setting up add-in file if you want the right click on everyfile.
      make sure the code is triggered in Workbook open event

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

    Hello, what a good contribution, now I have 2 queries, please if you could help me: 1.- delete the first option "cut" how can I put it back? 2.- When I right click on a cell that is inside a table, the option I put does not appear, it only appears when I right click on a cell that is not in a table. 3.- Do you have a video that can do this option from the Custom UI program? Could you help me please?

  • @ayaanansari4765
    @ayaanansari4765 4 года назад +1

    Sir you are so great 👍😍

    • @VBAA2Z
      @VBAA2Z  4 года назад +1

      Thank you so much 😀

  • @markdhenderson1
    @markdhenderson1 3 месяца назад

    Not clear what references I need for Tools>References in order for the controls to work. Please help.

    • @VBAA2Z
      @VBAA2Z  2 месяца назад

      you'll need to reference Microsoft Forms *2.0* object library

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

    Hello Pamai! Great videos as usual... By some reason i can make it work with Cell context menu, but the OnAction for the VBE.CommandBars("Code Window") sub menu does not fire the routine... Is there any particularity that needs to be addressed in the OnAction for the VBE ? Thanks in advance!

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

      Hi Rui, assigning events to VBE menu is done via class. Please check here ruclips.net/video/wrrWMb34NAw/видео.html

  • @levelupexcelskill
    @levelupexcelskill 4 года назад +1

    Many thanks sir for outstanding video

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

      So nice of you

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

    Where do I get the .faceid download and how to use it?

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

      Please find source code here vbaa2z.blogspot.com/2020/04/generate-face-id-on-runtime-using-vba.html

  • @behruz.anvarovich
    @behruz.anvarovich 2 года назад +1

    Hello Sir, this is method not working to page preview. How fix?

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

      I haven't tried myself however it may not work in preview. Try ribbonX

  • @darrentorres3251
    @darrentorres3251 4 года назад +1

    How do you code it for a macro in a personal macro file

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

      Copy paste the code into your Personal Workbook and have it run on Workbook open event.
      Suggestion:- better use .xlam file (add-in file) and install addin rather then using 'Personal Workbook'

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

    Thanks

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

      No problem

  •  4 года назад +1

    Hope the next video is Custom Ribbon and context menu in XML

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

      Check out VSTO Ribbon Series here including XML ruclips.net/p/PLo0aMPtFIFDqaRyd0KZ0DLXFD3rfhI4SU&pbjreload=102

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

    When u are going to publish the next video in this series?

    • @VBAA2Z
      @VBAA2Z  4 года назад +1

      :) linning them up. I'll upload in evening or tomorrow.

    • @scotolivera8207
      @scotolivera8207 4 года назад +1

      VBA A2Z i am waiting, now it’s the beat period to watch videos because we are in quarantine and it look we are going to stay like this for at least 1 month

  • @scotolivera8207
    @scotolivera8207 4 года назад +1

    Can you please address the date picker problem for 64 bit excel , how to solve this issue

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

      One option I see for VBA Developers would be to create a Custom Calendar like the way we created a Custom Table.

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

      VBA A2Z i see , so you mean to create custom calendar (userform) and incorporate it into our vba project once we need it

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

      @@scotolivera8207 that's correct.
      I'll try and cover this too in future but if I go about it I'll create custom calendar (with labels/buttons) move all objects within a frame and position them dynamically using code. for example next to date textbox. The same object can then be added to toolbox so next time you need it you can access it from there.

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

      VBA A2Z thanks for you guidance, hope to see you building it bcz I think everyone who is trying to build a project with vba have face a problem with the date picker

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

    Sir, Video is very usefull, But in my Excel by my mistake Cut option has delete, Now how can I recover cut option. Please help.

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

      try below.
      Application.CommandBars("Cell").Reset

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

      @@VBAA2Z It's working, Thank you so much Sir

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

    How to put a FaceID to the "Demo"-menu? Thank you very much in advance!

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

      Hi, I am not sure which demo menu you're referring to.
      do you mind sharing more info? or your code perhaps.

  • @ayaanansari4765
    @ayaanansari4765 4 года назад +1

    Sir I request you to Please create a menu bar in next video.

    • @VBAA2Z
      @VBAA2Z  4 года назад +1

      Are you referring to UserForm floating menu?

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

    Thank you for your wonderful lessons.
    May you please post a lesson on how to add a command to cell shortcut menu when the cell is in edit mode

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

      Are you referring to adding extra tool to edit Context menu?

    • @tonyhaddad1088
      @tonyhaddad1088 4 года назад +1

      @@VBAA2Z yes please

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

      @@tonyhaddad1088 ok sure.

  • @franciscoveras7405
    @franciscoveras7405 4 года назад +2

    Talking about customizing things, please check your email, I have an interesting question for you.