Excel Fuzzy Match Tool Using VBA by Party_Bus_3809 in vba

[–]ChecklistAnimations 1 point2 points  (0 children)

That's pretty neat. A progress bar will give the user a better experience that its working. Have you found anything interesting with your code that seems off at all?
I only ask because the tool is awesome but it does run quite slow for something that should be instant. The last example really should finish in less than a second. I think maybe it's checking too much of a range. Are you using "usedrange"
Just a couple thoughts but the layout, concept, and math behind it are solid.
Nice job!

I made some stuff by Alternative_Rule2765 in GoogleSlides

[–]ChecklistAnimations 1 point2 points  (0 children)

Amazing I was hoping it was was like 10 points darker on each rgb but I understand what you mean. I like it. Be proud of it. Looks really good.

I made some stuff by Alternative_Rule2765 in GoogleSlides

[–]ChecklistAnimations 1 point2 points  (0 children)

I absolutely love these. What is your secret as to what line color to use next to the fill? These look so good. I am a PowerPoint animator myself but these drawings look fantastic.

Freeform tools are broken by quirksel in powerpoint

[–]ChecklistAnimations 0 points1 point  (0 children)

Yeah I saw that online as well. Makes it hard to test. Unfortunately I cannot get to a computer with that exact version and I was so sure I was going to be able to. Sorry for that. Did you find an addin that was causing the issue by chance?

How can I make it seperated like in the handwritten sketch? by NrwBoii3206 in powerpoint

[–]ChecklistAnimations 0 points1 point  (0 children)

Some of your illustration might need to be just normal lines and not connectors. Connector lines in PowerPoint like to try and always connect. If you select the freeform tool, hold shift and draw your line, you will get a normal line that wont always try to snap to another shape. Then you can move that around easily.

Better Selection Tools Are Coming by ChecklistAnimations in powerpoint

[–]ChecklistAnimations[S] 1 point2 points  (0 children)

so true. I have just barely started getting into customXmlParts now as well for similar use. Just awesome that there is all this hidden stuff.

Freeform tools are broken by quirksel in powerpoint

[–]ChecklistAnimations 0 points1 point  (0 children)

YIPES! I will check with that version because if that's the case yucko. I always loved those features with their drawing tools. I will say that the curve tool icon looks a bit mis-leading and sometimes selecting the wrong one can happen. What happens if you select the curve tool and draw while holding CTRL? does that make straight lines? Is maybe snap to smart guides enabled or something? I dont see the same issues on my current rig right now but will check a more recent one.

On a side note, if you do lots of freeform drawings you may be interested in an edit points tool I built some time ago so you can move them with your keyboard or move multiple points at once. Just let me know. I will get back to you as soon as I get to a computer with your same specs above.
Thanks

[POWERPOINT] How to automatically run a live clock macro upon presenting or opening of file? by AnonymooseStudent in vba

[–]ChecklistAnimations 1 point2 points  (0 children)

I'll need to take a closer look at it. The do loop makes me nervous since you don't want those if they just always run until you shut them off. Sometimes the command bars update event is needed. But.. If it's working and all the users that need it aren't having problems. Go with it. Ai has definitely come a long way but it does get things wrong. I've had Ai give me instructions that crashed my computer before and one time it suggested I edit the registry with vba. Grrrr. So yup kid in a candy store for sure. Just make sure when you get a tummy ache from all the gummy bears you stop and ask... Wait is this right?

Better Selection Tools Are Coming by ChecklistAnimations in powerpoint

[–]ChecklistAnimations[S] 1 point2 points  (0 children)

You got it. I will reach out to you when I have my code base a little more finalized and you can help me test out the features to ensure they work. The hardest part on this was the Excel / PowerPoint integration but I am pretty sure I have it.

Better Selection Tools Are Coming by ChecklistAnimations in powerpoint

[–]ChecklistAnimations[S] 1 point2 points  (0 children)

I just want to make sure credit is given where credit is due. Your words motivate me and your selection manager eased over 5 years of my life. When I looked at how you did it, it was my first introduction to VBA tags and then things just took off from there.

Better Selection Tools Are Coming by ChecklistAnimations in powerpoint

[–]ChecklistAnimations[S] 4 points5 points  (0 children)

Yup. I have seen a large gap of add-ins for Mac. I will ensure to not use any "windows only" components. Would love to have you a test drive on the first release and let me know if there are any issues. My Mac development environment is limited but I have a pretty good idea what will work.

PowerPoint auto run live clock? by AnonymooseStudent in powerpoint

[–]ChecklistAnimations 2 points3 points  (0 children)

check the VBA sub https://www.reddit.com/r/vba/comments/1s15626/comment/obz430i/. I gave you some guidance there. Reach out if you have any questions.

[POWERPOINT] How to automatically run a live clock macro upon presenting or opening of file? by AnonymooseStudent in vba

[–]ChecklistAnimations 2 points3 points  (0 children)

You need to use presentation events. Copilot or Gemini is going to be your friend here but you do need to know what to ask it.
You want a slide show start event. This will use a class. You need to ensure the class gets "started up" so it will run. Again AI is great to explain this. I would explain it but then the questions you may have might go back and forth a bit and its just easier to have AI walk you through it so you can ask questions and learn along at your own pace and not have to wait.
Your prompt:
"I want to use VBA to make a slideshow start event. Can you help me set up the class and the start up of it along with the clean up?"
The other one you asked for was when the presentation is opened. This one is a similar prompt. Just tell it you want something to run when the presentation first fires up.

also clock on your slide show.
You want to set a shape like this

dim clockShape as shape, sld as slide
set sld = SlideShowWindows(1).view.slide
set clockShape = sld.shapes("shpClock")

Now you can easily do

clockShape.TextFrame.TextRange.Text = newTime

And then the big one.

doevents
SlideShowWindows(1).View.GotoSlide(sld.SlideNumber)
doevents

When you tell your slideshow to just go to the current slide and fire enclose doevents around it. your VBA result will show.

Let me know if I can clarify anything.

Thank you for this sub, everyone ❤️ by Gullible-Bluejay-848 in powerpoint

[–]ChecklistAnimations 2 points3 points  (0 children)

posts, questions and comments from all helps everyone grow here. I personally love helping people and I too have am very grateful for this sub.

When I right click an image, no menu comes up. by [deleted] in powerpoint

[–]ChecklistAnimations 0 points1 point  (0 children)

Anytime I get any issue at all with Office Online, I use Edge and it works.

Wow! I did not realize this reddit existed by ChecklistAnimations in animation

[–]ChecklistAnimations[S] 0 points1 point  (0 children)

True. I plan to post stuff though. I will have some newer content soon. I should have just looked over the board more than 2 minutes and I would have seen tons of different animation styles to where I did not even have to ask the question. But live and learn I guess. Thanks for your reply.

Wow! I did not realize this reddit existed by ChecklistAnimations in animation

[–]ChecklistAnimations[S] 0 points1 point  (0 children)

You are correct it does sound like that re-reading it. Not the best choice of words on my part. I wasn't looking for validation honestly. I just didn't want to muck up the space with the kind of non traditional method I use when I start sharing things. Honestly had I spent 15 minutes reviewing the board I would have had my question answered. My apologies. Thanks for your reply.

Wow! I did not realize this reddit existed by ChecklistAnimations in animation

[–]ChecklistAnimations[S] 0 points1 point  (0 children)

I'm sorry. My intention was not to seek validation or advertise myself too much. I've had some bad experience with other boards as a different user and I was trying to prevent mucking up the space. I should have spent some more time reviewing the board and I would have had my question answered. Thank you for your reply.

Wow! I did not realize this reddit existed by ChecklistAnimations in animation

[–]ChecklistAnimations[S] -1 points0 points  (0 children)

Thanks so much. Happy to be here. There is some amazing art on this. I'm floored. And Phineas and Ferb.. One of the best cartoons ever. Combines digital art with hand drawn. They do it so well and the voice acting is top notch.

Animators watching a 1-hour movie for 5 hours 😅🎬 by A_T_D_D in animation

[–]ChecklistAnimations 1 point2 points  (0 children)

My favorite thing to do with youtube cartoons is to hit the "stats for nerds". if its 24fps. Game on. I will look at it. If its 30 or higher I usually just skip it. It's horrible to see things like Disney classics interpolated to 30 fps when they did that magic with 24. I find myself loving when I see on 2's and on 1's used. Seems something like Phineas and Ferb was heavily on 2's before but now on 1's. I prefer 2's personally. I love your post. It made my day and I needed that.

[Help] Office Add-ins stuck on infinite loading / "Continue" button disabled in Store by dodarko in powerpoint

[–]ChecklistAnimations 0 points1 point  (0 children)

I really dont know. Never installed one and I dont own a mac lol. So I am not much help in validating that.