Indian guys on KZbin ate the primary reason for my good marks in Computer science.
@HaseenaChandni8 ай бұрын
I learnt so much from this valued lesson. Thank you so much.
@ExceliburVideos8 ай бұрын
Glad that you learnt something new !
@maria_english_incanada3 жыл бұрын
Great, but I could not find that developer bar. It looks like it doesn't exist on my mac
@mirandaa26738 ай бұрын
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 😭
@pAULEE_wORLi9 ай бұрын
very interesting, thanks
@ExceliburVideos9 ай бұрын
You're welcome
@melindabennett70583 жыл бұрын
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?
@abbas52ificationАй бұрын
How to save Macro as a VBA PPT Add in and use that Add In for running Macro in any PPT. Not to plug in VBA code each time.
@siddarth2599 Жыл бұрын
THANK YOU
@SameerGoyal-su9cx Жыл бұрын
Nice video sir... I want to insert images in ppt so what is the VBA code for that? please tell me
@kantoula5698 Жыл бұрын
alhamdolillah thank you bro
@ExceliburVideos Жыл бұрын
Glad it helped !
@milindthosar113 жыл бұрын
Thanks for sharing.
@danielams4573 жыл бұрын
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!
@MaximumBan Жыл бұрын
Amazing!!!
@ExceliburVideos Жыл бұрын
Thanks!!
@channel-9india281 Жыл бұрын
can this macro be used in another slides???????
@ExceliburVideos Жыл бұрын
Yes, it’s possible. Just change the names of the elements on slides like text boxes in the code.
@bierfischferkel2 жыл бұрын
Is there a way to unhide a slide by date?
@ExceliburVideos2 жыл бұрын
Please read through this link : learn.microsoft.com/en-us/office/vba/api/PowerPoint.SlideShowTransition.Hidden
@swtpeteswtpete15153 жыл бұрын
Good job
@andrejsimic89924 жыл бұрын
For example, how can i use the button/ shape to go to another next slide. Help mee
@ExceliburVideos4 жыл бұрын
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
@abdulabdul94753 жыл бұрын
Ur awesome bro nice presentation 💥💥
@paddyofurniture39888 ай бұрын
@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?
@ExceliburVideos8 ай бұрын
This could be possible, although I havent tried it yet. :)
@cleversonnascimento85553 жыл бұрын
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,
@vicentebeau18473 жыл бұрын
i realize it is pretty off topic but do anyone know a good place to watch newly released series online ?
@hamzarhett69423 жыл бұрын
@Vicente Beau I watch on Flixzone. You can find it on google :)
@tracesonny24563 жыл бұрын
@Hamza Rhett Definitely, I've been watching on Flixzone for years myself :D
@vicentebeau18473 жыл бұрын
@Hamza Rhett thanks, I went there and it seems like they got a lot of movies there :D Appreciate it !!