Export excel dashboard to powerpoint in one click

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 50

  • @anwerarafathsana5655
    @anwerarafathsana5655 ปีที่แล้ว +1

    This is really great opportunity those who interested to explore Dashboard.
    Thank you for share your knowledge.

  • @naveenkarthik3305
    @naveenkarthik3305 ปีที่แล้ว +1

    You are one of the best teachers I have seen

  • @PariSanthanakrishnan
    @PariSanthanakrishnan ปีที่แล้ว +1

    Great work and timely video! Thanks for creating this content!!

  • @nydiaodendaal8951
    @nydiaodendaal8951 ปีที่แล้ว +2

    Thank you so much for sharing this video - I definitely need to learn more about VBA code. Please forward me to code to open Powerpoint from Excel. Just finished watching your other video, creating interactive dashboards in 5 steps. This is really an amazing video, thank you!

  • @raghavarya4430
    @raghavarya4430 ปีที่แล้ว +4

    This is really amazing sir... Please continue to make videos like this...Very useful ❤

  • @anillpatel
    @anillpatel 4 หลายเดือนก่อน

    Fantastic Video presentation.
    Very useful feature for creating PP Dashboard from Excel.

  • @vverabing
    @vverabing ปีที่แล้ว

    exciting! Good explained as well. thank you

  • @claudiosilva8772
    @claudiosilva8772 ปีที่แล้ว +1

    Great video. You the best !!!I learned a lot. But I don't know much about VBA, Would love to learn it though.

  • @sneha_kittu
    @sneha_kittu ปีที่แล้ว

    You are a life saver!!thank u so much...

  • @adekoyejodada585
    @adekoyejodada585 7 หลายเดือนก่อน +1

    This is so impressive.

  • @FikileDibakwane
    @FikileDibakwane ปีที่แล้ว

    This is great! Thank you.

  • @metomeid1693
    @metomeid1693 2 หลายเดือนก่อน

    nice...thank you ..mantaps❤

  • @subhasarkar7135
    @subhasarkar7135 ปีที่แล้ว

    Great, I have subscribed your channel, thanks for sharing valuable videos

    • @skillnator
      @skillnator  ปีที่แล้ว

      Thanks and welcome!

  • @inezwong2515
    @inezwong2515 ปีที่แล้ว

    Thank you so much, it is very helpful

  • @diydoc
    @diydoc ปีที่แล้ว

    Amazing video!!!

  • @Vee-of4eb
    @Vee-of4eb ปีที่แล้ว +1

    Really helpful video, thank you, will be using this very soon!! But I do need to learn more about VBA code - please can you send me details about this as you mentioned in your video?

  • @vinay94095
    @vinay94095 ปีที่แล้ว +1

    Hi,
    It was very good technique shown from excel to PPT
    But can made a crash course for macro, bcoz i want to learn it

    • @skillnator
      @skillnator  ปีที่แล้ว +1

      Its a work in progress. Will try to release it soon!

  • @iftekharraju318
    @iftekharraju318 ปีที่แล้ว

    Excellent... Thanks a lot..

  • @mohamedhelemish8421
    @mohamedhelemish8421 ปีที่แล้ว

    Thank you so much. What about if I have three or four different sheets instead of one sheet?

  • @all-rounder9307
    @all-rounder9307 10 หลายเดือนก่อน

    Brilliant, which Font & size you have used

  • @aamiraltaf17
    @aamiraltaf17 ปีที่แล้ว

    Please arrange a crash course for VBA coding

  • @RhymskyRebusi
    @RhymskyRebusi 3 หลายเดือนก่อน

    good day sir me i ask a question how to create this kind of excel to make it editable in powerpoint not photos type.

  • @msmrd1986
    @msmrd1986 ปีที่แล้ว

    رائع جداً 👍

  • @Sumit-pc4ws
    @Sumit-pc4ws ปีที่แล้ว

    Can we operate slicer in ppt

  • @heidimedina9856
    @heidimedina9856 2 หลายเดือนก่อน

    Do you have a VBA programing video?

  • @karthiktharol
    @karthiktharol 2 หลายเดือนก่อน

    @skillnator.. Hi. I am facing an issue while using the code. The following error is popping up while executing: "Runtime Error '1004': CopyPicture method of Range class failed". I tried different ways.. once in 5 or 6 times its working, All other cases this error is popping up. Do you have any solution for this???

  • @alistairstanger2940
    @alistairstanger2940 ปีที่แล้ว

    Very nice. But how does it update the same presentation with new values each month for example? It seems it just creates a new presentation each time?

    • @skillnator
      @skillnator  ปีที่แล้ว

      Hi, thank you for your question. You will need to tweak the code a bit to achieve this. In the section of the code which says "Set up a power point file", put in the following code:
      'Set up a power point file
      On Error Resume Next
      Set PApp = GetObject(, "Powerpoint.Application")
      If PApp Is Nothing Then
      Set PApp = New PowerPoint.Application
      End If
      If PApp.Presentations.Count = 0 Then
      Set PPres = PApp.Presentations.Add
      Else
      Set PPres = PApp.ActivePresentation
      End If
      Set PLayout = PPres.SlideMaster.CustomLayouts(1)
      ''''''''''''''' Furniture Category '''''''''''''''''''''''''''''
      Rest of the code remains the same. With this modification, the code will create a new presentation if none is open already. If there is one open already, then it will add a new slide to the one currently open presentation.
      Hope that helps!!

  • @anandkumar-xu3yq
    @anandkumar-xu3yq ปีที่แล้ว

    you are superb

  • @genesissantiago659
    @genesissantiago659 ปีที่แล้ว

    Where are you from sir? you are great!!

    • @skillnator
      @skillnator  ปีที่แล้ว

      Thank you!
      I am from Canada 🇨🇦

  • @wamanechannel8848
    @wamanechannel8848 6 หลายเดือนก่อน +1

  • @signal03
    @signal03 ปีที่แล้ว

    Awesome presentation! But I could not find the VBA code.

    • @skillnator
      @skillnator  ปีที่แล้ว

      Hi,
      You can dowlonad the file from below link. There are two files in there, please download the one with "xlsm" extension. Once you open the file, go to VBA editor (keyboard shortcut Alt + F11). You should be able to see the entire code there. Hope that helps.
      drive.google.com/drive/folders/1ZsA2-2knQSnrteNWJ13UL67xTS4zHBFX?usp=share_link

  • @vinayaksangale3578
    @vinayaksangale3578 ปีที่แล้ว +3

    pl give vba code

  • @anandkumar-xu3yq
    @anandkumar-xu3yq ปีที่แล้ว

    Please make crash course on VBA

    • @skillnator
      @skillnator  ปีที่แล้ว

      Sure will release soon!!

  • @tanyashiawallace7500
    @tanyashiawallace7500 ปีที่แล้ว

    I need the crash course :( I'm not versed in the coding.

  • @gopikrishnakasarapu5891
    @gopikrishnakasarapu5891 7 หลายเดือนก่อน

    VBA PROGRAMMING COURSE PLEASE

  • @carlossousa8744
    @carlossousa8744 ปีที่แล้ว

    Showwwwww

  • @chandu9036
    @chandu9036 4 หลายเดือนก่อน

    Code not found in description

  • @leorcannegutierrez9485
    @leorcannegutierrez9485 8 หลายเดือนก่อน +2

    Where's the code?

  • @poojamathur4627
    @poojamathur4627 23 วันที่ผ่านมา

    Pls share this vba code in chat

  • @darlingtondlipenga8145
    @darlingtondlipenga8145 ปีที่แล้ว

    I dont know anything about VBA

  • @omidmollazadeh3791
    @omidmollazadeh3791 6 หลายเดือนก่อน +1

    Where is code??