Free Excel VBA Course #23 - Event Procedures in VBA

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

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

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

    great tutorial, thanks

  • @JATINKUMAR-qu4vi
    @JATINKUMAR-qu4vi 2 года назад

    Great video

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

    Great! thank you so much for the video

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

    easiest way to use NOT > Target.Font.Strikethrough = Not (Target.Font.Strikethrough) .. and for all type of activate/deactivate same :)

  • @margad-erdeneboldbaatar4704
    @margad-erdeneboldbaatar4704 2 года назад

    Thanks so much.

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

    Hello Mr.Sumit, the way u teach VBA is awesome. thank you for your efforts and hardwork.
    cud u pls share macro of hw to freeze top row in excel where I have my first header, until I scroll down and reach a particular row where I hve another header and when this second row scroll up to reach the first row, then the second row will get freeze and the first row will get unfreeze. and again if I scroll up then the second row will get unfreeze and first row will get freeze. it should work with mouse scroll, down arrow scroll or side scroll bar. thank u so much

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

      I think you will use freeze pannes from view tab just normally put ur cursor below the data which you want to be freezed then go with it ,if don't want that just unfreeze the panes by again clicking on freeze pannes

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

    Hi, I hope you can assist. I have a workbook with 11 sheets. How would I go about triggering a macro event that is only applicable to 7 of the worksheets. Any change in the specific 7 sheets, would then trigger the macro to run. Any assistance would be greatly appreciated.

  • @kcs-dj3ec
    @kcs-dj3ec 2 года назад +1

    Sir,
    I have one complaint. The font of the code you write is too small to read. Pl increase/magnify the editor window.

  • @dianat.sandoval2561
    @dianat.sandoval2561 4 года назад

    thanks!

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

    i am using MS Office2007 version. I couldn't find the dropdown list which u have shown @2:06 (I found a few). What I have to do?

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

    Dear Sumit, Great coding. I could not make the event macro in the downloaded sheet work for me. Pl chk & revert here.

  • @calvinchao-kaoling
    @calvinchao-kaoling 4 года назад

    can I set a "Password" to open a workbook or certain worksheet in workbook with Sub Workbook_Open ?
    Looking forward to your reply with thanks

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

      Wouldn't the person be able to negate it by simply disabling macros?