How to use PowerPoint Macros VBA

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2024

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

  • @user-hl7bw8yw7n
    @user-hl7bw8yw7n 3 ปีที่แล้ว +22

    Indian guys on TH-cam ate the primary reason for my good marks in Computer science.

  • @HaseenaChandni
    @HaseenaChandni 5 หลายเดือนก่อน

    I learnt so much from this valued lesson. Thank you so much.

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

      Glad that you learnt something new !

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

    very interesting, thanks

  • @siddarth2599
    @siddarth2599 11 หลายเดือนก่อน +1

    THANK YOU

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

    Thanks for sharing.

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

    alhamdolillah thank you bro

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

    Great, but I could not find that developer bar. It looks like it doesn't exist on my mac

    • @mirandaa2673
      @mirandaa2673 5 หลายเดือนก่อน

      time to bootcamp your Mac and partition your hard disk. Microsoft sucks and nerfed Mac users ability to do much in their apps. It’s what I had to do for working in excel with full capabilities too 😭

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

    Good job

  • @MaximumBan
    @MaximumBan 11 หลายเดือนก่อน

    Amazing!!!

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

    Is there an example of a macro option for manually moving a shape on a slide while in presentation mode? As to represent a moving game board piece moving along randomly and manually while presenting?

  • @SameerGoyal-su9cx
    @SameerGoyal-su9cx 10 หลายเดือนก่อน

    Nice video sir... I want to insert images in ppt so what is the VBA code for that? please tell me

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

    Ur awesome bro nice presentation 💥💥

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

    Great video thank you

  • @danielams457
    @danielams457 3 ปีที่แล้ว

    How can I save the values of the text box even when I close the presentation?
    because they are deleted when I close it and reopen it
    Thank you!

  • @andrejsimic8992
    @andrejsimic8992 3 ปีที่แล้ว

    For example, how can i use the button/ shape to go to another next slide. Help mee

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

      Try this :
      Private Sub CommandButton1_Click()
      Dim nextslide As Long
      nextslide = 0
      nextslide = nextslide + 1
      With SlideShowWindows(1).View
      .GotoSlide (.CurrentShowPosition + nextslide)
      End With
      End Sub

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

    Is there a way to unhide a slide by date?

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

      Please read through this link : learn.microsoft.com/en-us/office/vba/api/PowerPoint.SlideShowTransition.Hidden

  • @channel-9india281
    @channel-9india281 ปีที่แล้ว

    can this macro be used in another slides???????

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

      Yes, it’s possible. Just change the names of the elements on slides like text boxes in the code.

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

    Hmm....

  • @cleversonnascimento8555
    @cleversonnascimento8555 3 ปีที่แล้ว

    oi, tudo bem?
    Consegue me ajudar em uma situação? Estou projetando alguns dados do excel no PowerPoint e apresentando em uma TV. Mas para atualizar os vínculos eu tenho que fazer manual.
    Existe alguma forma dos vínculos serem atualizados automaticamente quando está rodando a apresentação do PowerPoint? Consegue me ajudar. consigo fazer isso com uma macro?
    Abraço,

    • @vicentebeau1847
      @vicentebeau1847 3 ปีที่แล้ว

      i realize it is pretty off topic but do anyone know a good place to watch newly released series online ?

    • @hamzarhett6942
      @hamzarhett6942 3 ปีที่แล้ว

      @Vicente Beau I watch on Flixzone. You can find it on google :)

    • @tracesonny2456
      @tracesonny2456 3 ปีที่แล้ว

      @Hamza Rhett Definitely, I've been watching on Flixzone for years myself :D

    • @vicentebeau1847
      @vicentebeau1847 3 ปีที่แล้ว

      @Hamza Rhett thanks, I went there and it seems like they got a lot of movies there :D Appreciate it !!

    • @hamzarhett6942
      @hamzarhett6942 3 ปีที่แล้ว

      @Vicente Beau Glad I could help xD

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

    ???

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

    indian

  • @paddyofurniture3988
    @paddyofurniture3988 5 หลายเดือนก่อน

    @Excelibur I was told I could leverage these VBA to simulate or group multiple animation on ONE object, so I could use that object on different slides??? Does that sound remotely possible?

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

      This could be possible, although I havent tried it yet. :)