Excel Web Add-in E2 - Task pane, Sheets, Range, Chart, Pivot, Functions, Properties, Events and more

Поделиться
HTML-код
  • Опубликовано: 22 июл 2024
  • Use the Office Add-ins platform to build solutions that extend Office applications and interact with content in Office documents and in Outlook mail messages and calendar items. With Office Add-ins, you can use familiar web technologies such as HTML, CSS, and JavaScript to build solutions that can run in Office on the web, Windows, Mac, and mobile.
    Additional resources:: bit.ly/2xDr1V0
    Please like, share and comment to improve channel algorithm
    👉 Subscribe to receive our latest content ruclips.net/user/VBAa2z?sub_confirm...
    You can now support by buying any of the Projects or Source Code.
    📥Downloads: pamaitech.com/downloads/
    👍 Support: paypal.me/pamaitech
    ✉️ Contact: contact@pamaitech.com
    📌What to watch next:
    Playlist: ruclips.net/user/vbaa2zplaylists
    Videos: ruclips.net/user/vbaa2zvideos
    #VbaA2z
  • НаукаНаука

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

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

    Hello Sir, really appreciate your time and effort to share your knowledge for free. It is very beneficial - thanks as always.

  • @Rahul-sn1wn
    @Rahul-sn1wn 4 года назад +1

    Another great tutorial sir. Thanks a lot!

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

    many thanks for great tutorials.

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

    Thanks, Pamai. keep up good work.

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

    thank you so much sir. Following the series.

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

    Thank you for sharing this

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

      You are so welcome

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

    great stuff!!! keep it up!

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

      Appreciate it!

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

    Very friendly tut, thank you

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

      Glad it was helpful!

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

    Thank you so much. rare tutorials here.
    It'd be great if you add some more tutorials in this series.

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

      Thanks, will do!

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

    Thank youuuu sirrrr

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

    It'll be helpful to see your VSTO tuts too. not getting any good ones... most of them are for C# and are high level.
    I owe you a coffee Pamai :)

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

    Thanks

  • @Chawangs
    @Chawangs 5 месяцев назад

    thanks you Sir

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

      you're most welcome!

  • @mhphuc98
    @mhphuc98 21 день назад

    Hi, can you make a video showing how to include this webview in a new custom tab? I can't find a way to include this in add-in

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

    Thanks sir I’m able to follow your tutorials but I’m stuck with trying to add banner. Can you please make a video on that too.

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

      sure I'll try and cover it in upcoming videos.

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

    👍👍

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

    Sir please share more videos for this series.

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

      Sure I'm going to add more videos. Please subscribe and watch out.

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

    How can deploy this add-in on another computer or on the web as another user can use this add-in?

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

      Please refer to this link Deploy and publish Office Add-ins
      docs.microsoft.com/en-us/office/dev/add-ins/publish/publish

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

    hello ! nice Video !
    Is everything which is possible with VBA, is possible with Javascript/typescript ?
    Or are there Limitations ?
    And is it gonne replace VBA in the future, or is it just a nice to have for web developers who can work with such addon's ?

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

      There are limitations but like I mentioned it uses proxy objects so it'll queue up your commands and once sync it executes to your excel. Having said that I see lots of potential in this so I encourage you guys to invest more time in these projects.
      The documentations are very transparent, they mention things to watch out for how to optimize your code and so on.

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

      I agree Pamai but nothing major i guess. i just assume it’ll be bit slower because of proxy objects. :)
      Btw, thanks these videos are super helpful

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

      @@VBAA2Z Thx for your answer. I know a bit VBA now and i wanted to learn the Webstack so..this is a combination of both :) seems for me as well that there is a lot of potential in this.
      Thanks for your videos, i will watch them as soon as possible in my free time.
      Thumbs up 👍😊

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

    sir can you also please cover some videos on how to work with google drive, like file upload, read and write to files in google drive etc. much appreciated. thanks

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

      Sure I will try and cover in upcoming videos.

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

    Sir how can i make custom addin for excel like a pro

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

      Sir addins contain the basics neededs which are not available from default

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

      Hi - please watch the entire video, it'll give you some more ideas and resource for next step. Documentation and also sample projects.