I see this isn't in the PowerPoint VBA Basic to Advanced play list. I found this in the Community section via a comment on a poll. Nice one, an actual example of VBA in use. Is it in a different play lis or on its own? I added my "yes" to the poll for more VBA. Outside of artistic skill, it doesn't take long to learn to do most things in PowerPoint outside of the Developer, Record and Scriptlab tabs. It only seems to be you, VBA A-Z and Malik Stalbert with any content at all. I'm currently trying to see if I can get PowerPoint to do Drag and drop jigsaws. I notice, by the way, that there are some things in the Developer tab that do not even need a macro-enabled presentation. I'm thinking particularly about the Active X controls. Why don't you see anyone using a scroll bar, for instance? That's very easily done in PowerPoint using the Active X Textbox in the Developer Tab. This isn't something you would want to show in a presentation, but if you can give a PowerPoint to students, it alows them to read a longer text more easily to do interactive questions which we all know can be embedded inPowerPoint. Showing how to insert scrollable text might be a nice way to bridge the gap between conventional editing and VBA.
Thanks for your comment. Yes this video is part of 'PowerPoint Animations' playlist because when i did this video i had no plan of starting dedicated VBA series..Later when i started it, very few were interested to watch it (Views were very low) and inevitably i had to stop it in the middle.. 😑 but now i am planning to restart that series, will do it soon.
Here is quick reference of all data types and their ranges.. docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/data-type-summary
Thank you. For set button, please create separate subroutine with just one line of code where you assign its value to 0..And then create a rectangle shape, name it as "Reset" and assign this subroutine routine to it..Code will look something like this.. Sub Reset() ActivePresentation.Slides(1).shapes("Counter").TextFrame.TextRange.Text=0 End sub
@@powerupwithpowerpoint When add number maybe thousand, how to decrease decimal and put comma. Say, 1000 to 1,000 and 10.4577075 to 10.4 Thanks in advance.
You explained VBA coding better than my professor...Thank you!;)
Thanks for your kind words...🙂
Good nice excellent 😁😁
Thanks for watching
Awesome Video 👍🏻👍🏻👍🏻👍🏻
Thanks
Thank you! Make more lessons about PP VBA, please!
Sure..This was just a trial..✌
Excellent. Narration at the right speed and perfect clarity. Cheers. RK.
Thanks for your review sir..👍
Nice Video!Awesome!
Thanks
amazing! first time heard about VBA integrating with PPT!
Thank you
Very Good tutorial. Please focus more on powerpoint vba. very less videos on this topic
Thank you..Yes planning for few more..✌
Thanks for the info
Thank you
thank you sir
Thank you
I see this isn't in the PowerPoint VBA Basic to Advanced play list. I found this in the Community section via a comment on a poll. Nice one, an actual example of VBA in use. Is it in a different play lis or on its own? I added my "yes" to the poll for more VBA. Outside of artistic skill, it doesn't take long to learn to do most things in PowerPoint outside of the Developer, Record and Scriptlab tabs. It only seems to be you, VBA A-Z and Malik Stalbert with any content at all. I'm currently trying to see if I can get PowerPoint to do Drag and drop jigsaws. I notice, by the way, that there are some things in the Developer tab that do not even need a macro-enabled presentation. I'm thinking particularly about the Active X controls. Why don't you see anyone using a scroll bar, for instance? That's very easily done in PowerPoint using the Active X Textbox in the Developer Tab. This isn't something you would want to show in a presentation, but if you can give a PowerPoint to students, it alows them to read a longer text more easily to do interactive questions which we all know can be embedded inPowerPoint. Showing how to insert scrollable text might be a nice way to bridge the gap between conventional editing and VBA.
Thanks for your comment. Yes this video is part of 'PowerPoint Animations' playlist because when i did this video i had no plan of starting dedicated VBA series..Later when i started it, very few were interested to watch it (Views were very low) and inevitably i had to stop it in the middle.. 😑 but now i am planning to restart that series, will do it soon.
Thanks so much
Thanks
Wonderful! thank you Sir
Thank you
You Rock! Thank you!
Thank you
THANK YOU
Thanks for watching
@@powerupwithpowerpoint your welcome.
what about using an inputbox to take input from the user how much to ass or subtract.. rather than create so many macros. How to do that?
Thats simple, i will plan to post it as a tutorial..👍
Your question will be answered in my next upload..Stay tuned.
Thanks
Thanks for watching
Only one short question when keeping adding or substructing it does'nt stop in a certain number how to solve this ?
As you have seen, i have defined variable as integer and its value ranges from -32,768 to 32,767..So any value beyond this range will not work...
Here is quick reference of all data types and their ranges..
docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/data-type-summary
Sorry, i took your question in wrong way..I will answer your question in my next upload (setting up limits to counter)..Stay tuned.
It is amazing! Thanks a lot.
Thanks
@@powerupwithpowerpoint When we save the file, in which type should we save it because the VBA isn't working in normal form?
You must have save it as 'PowerPoint-Macro Enabled Presentation'..I have showed this information at the bottom of final review..
@@powerupwithpowerpoint Okay, thank you. Could you make some more tutorials on this topic?
Yes, i am planning for it..👍
Very Good! How to create Reset button on Macro?
Thank you. For set button, please create separate subroutine with just one line of code where you assign its value to 0..And then create a rectangle shape, name it as "Reset" and assign this subroutine routine to it..Code will look something like this..
Sub Reset()
ActivePresentation.Slides(1).shapes("Counter").TextFrame.TextRange.Text=0
End sub
@@powerupwithpowerpoint Thank you so much. When slideshow I want to reset the value from the textbox to 0. Thanks for the solution.
Good idea by the way..All the best.
@@powerupwithpowerpoint When add number maybe thousand, how to decrease decimal and put comma.
Say, 1000 to 1,000 and 10.4577075 to 10.4
Thanks in advance.
Hi..You must format value using below expression and then assign it to text field..
Format(textValue, "#,###.00")
I was able to make the presentation successfully but I was not able to save it pls give the solution for this
You must have save it as 'PowerPoint-Macro Enabled Presentation'..I have showed this information at the bottom of final review..
Your question will be answered in my next upload..Sray tuned.
Would like to have more VBA on PowerPoint please
Sure..Will plan for it..👍
Bhai help when we are doing it one bit till text value is 1
Sorry Bhai, i did not get your question.
Means I have 12 slides in the PPT so what I will do please help I am in truoble
I will write slides(12) or what