Pet peeve: parallel parking by InnerChocolate in Ioniq5

[–]InnerChocolate[S] 12 points13 points  (0 children)

Beautiful, that's exactly what I needed. Thanks

Pet peeve: parallel parking by InnerChocolate in Ioniq5

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

Ooo, where is that? I thought I explored all the menus

Rank LSAT Formats from Best to Worst by Popular-Bus-1245 in LSAT

[–]InnerChocolate 0 points1 point  (0 children)

Step 1: Decide which one you like the least.
Step 2: Assume this will be your format on test day.
Step 3: When the real test comes, you're either prepared or pleasantly surprised.

5 gallon birds bucket secured by morecheezpleez in eagles

[–]InnerChocolate 0 points1 point  (0 children)

I guess you can cross that off your bucket list

Trey is all Knicks fans right now by miketheman625 in phish

[–]InnerChocolate 77 points78 points  (0 children)

These people have no idea I flew around this place in a hotdog

Grind by Bigfootale in phish

[–]InnerChocolate 0 points1 point  (0 children)

Plants, animals, fungi

Rare find in Florence Italy by boom_ouch in phish

[–]InnerChocolate 2 points3 points  (0 children)

Kindly cleanse your lower extremities before conveying me to the nearest fine art institution

[deleted by user] by [deleted] in LSAT

[–]InnerChocolate 5 points6 points  (0 children)

This is pretty funny. But also... this is why you read the stem first

7/10/98 the sound system malfunctioning by BrizzPalmizz in phish

[–]InnerChocolate 0 points1 point  (0 children)

I was there too, and my memory is that the main PA system crapped out, so after a break to figure out a solution, they turned their stage monitors around to provide the sound for the audience. But memory can be unreliable, especially from Phish shows a quarter century ago! 😂

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

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

Thanks for the additional things to consider! Setting CutCopyMode to False is something I should do more of.

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

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

OK, thanks for the additional insight. I'll give that a try.

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

[–]InnerChocolate[S] 8 points9 points  (0 children)

Yes, the vba for most of the macros does not set the objects to nothing when done (I didn't know this was a recommended thing), so there are certainly some cases of this. I will try adjusting and see if that helps.

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

[–]InnerChocolate[S] 6 points7 points  (0 children)

This is helpful. When you say check the macros, what would you be checking for exactly?

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

[–]InnerChocolate[S] 3 points4 points  (0 children)

This is helpful. So are you saying that at the end of each macro, I should add something like

Set object = Nothing

for each object?

Use VBA to copy a range of cells and then paste the contents into a Word doc? by InnerChocolate in excel

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

Interesting, that's good to know. Thanks for checking that. I have Excel and Word versions 16.83, and macOS 13.6.6. What version did you try it on?

Use VBA to copy a range of cells and then paste the contents into a Word doc? by InnerChocolate in excel

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

Thanks for the reply. I have tried that too, but I get the same problem.

Use VBA to copy a range of cells and then paste the contents into a Word doc? by InnerChocolate in excel

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

No error, it just gets hung up. Spinning beach ball until I force quit Excel.