VBA to Transfer Data from Excel to Powerpoint - VBA Tutorial to Automate Excel Powerpoint

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

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

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

    Thank you so much for this video! I've never wrote any code in VBA and I am currently trying to automate the process of copying text from pictures/screenshots into word/excel and from there into a recipe layout in powerpoint. I was able to automate the process from Excel to PPT with your video, thank you! :)

  • @hoanglanvu4185
    @hoanglanvu4185 11 месяцев назад +1

    Thanks a lot. It is very clear and easy to practise

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

    Simple and perfect coding for someone with their first automation on powerpoint

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

    Very nice explained..

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

    9:49
    For pasting as device independent bitmap what number is applicable in datatype?

  • @jeffdavis7150
    @jeffdavis7150 3 года назад +8

    I appreciate your hard work, but this doesn't work in Office 365. The code opens up powerpoint but that's all. Maybe you were running code from a different module and that got overlooked in your video editing. By the way you had a typo in the 4th to last line: "powerpointASS.Visible = True". I'm sure that the code will work with a small tweak.

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

    You are awesome. This will give me answer of "From where to start?"

  • @obis8400
    @obis8400 5 лет назад +5

    Hi, great vid!
    How do you change the code to paste on current open slide and not to slide no. 1.
    Also,
    How would you change the code to create a new slide at the end of the presentation.
    Thanks

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

    great video! How can I adjust the code to open the excel data into an existing powerpoint presentation?

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

    Hello...Its a great video.Thank you.
    Can we do this for multiple sheets from excel ?

  • @jwuj97f
    @jwuj97f 5 лет назад +1

    Great job

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

    Thanks a lot for this, but can you video to copy over grouped and ungrouped table as well in these slides.

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

    hi, I have been trying to follow your steps twice. but when I click the command button at the end, nothing is coming out. help.

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

    i want to paste as embedded what number i should give instead of 2 ?

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

    how do you add footers to the PP slides?

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

    How do you print the ppt after you copy and paste? Could you please add that part? also what if you have to do that for more than one sheet in excel workbook. Thanks in advance.

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

    Hi. How do I change the VBA code so that I open a new powerpoint presentation with slide size A3 portrait? Thanks

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

    Hey! Great explanation and a very very simplistic method. Pls let me know the code for a blank slide, like you did for a slide with title (1). Thanks !

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

      for any vba task, you can write to exceldestination@gmail.com

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

      To do a blank slide you should use 12 instead of 11.

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

    any chance we can connect?

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

    Can the data that is pasted be edited in PowerPoint? Or it can only be pasted as picture?

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

      There would be different code to paste anything in different manners.

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

    Mine says subscript out of range. What does that mean

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

    hi, thanks for this video, but i need a help regarding copy more than one range of data to different slides, like pagewise from excel to PowerPoint.

  • @rohithbk3063
    @rohithbk3063 3 года назад +3

    Thanks for sharing video. For me some error occurred blank screen. Can you share code. Please its urgent for my work.

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

      Please admin can you share code?

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

    Hi sir how we can send excel data to another software rather than ppt

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

    Hello powerpoint is loading up but its loading with a grey screen. Have I done something wrong ? Thanks again

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

    How to enlarge the image in powerpoint

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

    we are pasting as a object can we edit data in ppt ?

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

      yes, you can. It would require additional vba code.

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

    This code is early binding or late binding?

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

    Hi there! Thanks for the video! This is amazing!, But after creating this Powerpoint, how do I add data to a new slide in this Powerpoint?

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

    Hello. Do you know how to Paste a Range Table as Keep Source Formating from excel to PPT? I'd like to know much about that.. And hope you wanna share the way. Thanks :)

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

      sure......let me try to create tutorial for that.

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

      @@ExcelDestination Thanks bruh.. Can't wait the tutorial soon! 😄

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

    I want to apply the entire data of on Excel to PowerPoint, that can be of different size. It varies and we need a code that it should fit to the slide. Can you help

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

    Hi! Thank you, this was great. Say I have multiple slides that we would like to export to PowerPoint. How can I export multiple slides on different sheets by only clicking one button?

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

      You can make use of Looping statement to do this. For any VBA Support, you can write to exceldestination@gmail.com

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

      can you help me its not working for me nothing is happening when i press the button

  • @prasadvirus
    @prasadvirus 5 лет назад +2

    hey its not working...saying that object required

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

    Powerful but can we update excel data from PowerPoint through vba code

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

    With above code, PowerPoint open but no slide shows up?

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

      have you connected power point with excel through reference in vba editor ? may be that can help.

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

      Excel Destination thanks for the response; I followed all steps mentioned in your video. If there is some additional step to link powertpoint to excel then please let me know or let me which video i can see to understand it. Thanks

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

    Such a good and informative video😄 . Can u please help me with this questions .How to add multiple charts in different slides ? How to ensure fit chart sizes ? Please help me.
    P.s thank u for the video 😀

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

    How to transfer from multiple excel sheets to one powerpoint presentations

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

    Is this file downloadable

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

    I want to excel text in power point title

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

    It is showing run time error 429, ActiveX component can't create Object. Help me please how to solve this error

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

    how to transfer data from word to powerpoint?

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

    Anyone can advise why it doesn't work for me. I'm very sure the file path is correct. My file path is C:\Jacob\APACVMO\Document\dashboard.ppt. Once the powerpoint is closed and re-opened, it doesn't work and there is no error. :(

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

    Suppose that we have so many slides in different sheets then how we can copy that slides.

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

      Chandrashekhar Ji...thanks for watching...There are multiple ways, you can use the VBA code, I have provided in this tutorial...let me explain little bit more...Dim r As Range
      Set r = ThisWorkbook.Worksheets("Sheet1").Range("A3:G11")
      ***we are giving range to variable named r...we can use this variable more than one time by assigning different ranges
      Set myslide = mypresentation.slides.Add(1, 11)
      ***here 1 denotes 1st slide
      r.Copy
      myslide.Shapes.PasteSpecial DataType:=2
      Set myshape = myslide.Shapes(myslide.Shapes.Count)
      please see the message after 3 stars...I have limited time...other wise, I would have done this for you...in more than one methods...thanks again

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

    provide also VBA code file

  • @JS-zb6zh
    @JS-zb6zh 5 лет назад +1

    Great video thanks for sharing. I have a question how do you copy ws.Range("A1:G2").copy from sheet1 in Excel to PPT in an existing table. I am able to paste one cell at a time but how do you paste a range. For example I am able to paste ws.range("A1").copy to tbl.cell(3,2).shape.textframe.textrange.paste but how do you copy a range from excel to a table range in PPT.

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

      Good question. I have been struggling with this myself. I can paste an excel data range as a table into powerpoint, and I can paste data from an excel range into a powerpoint table, but only one cell at a time. I can't seem to paste into a table in a single step.

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

    How to paste as "keep source formatting" in PPT. VBA Code. Please help as it's urgent.

  • @DavidWilson-mb2sm
    @DavidWilson-mb2sm 5 лет назад +9

    powerpointass

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

    code is not working

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

    Code is not working