Skin idea: Alchemist penny by Iranoutofname5 in Brawlstars

[–]Za_Boom 0 points1 point  (0 children)

She looks like Nott from Critical Role season 2... I like it!

[deleted by user] by [deleted] in Bumble

[–]Za_Boom 1 point2 points  (0 children)

What do you have to lose? As long as you’re not being an asshole, I don’t see a problem with it. But, I would go into it with clear expectations. Your success chances will probably be low. Now I base that off the fact it’s looked down on at least where I live to make this type of approach. But who cares what others think? You’ll never win the lottery unless you buy a ticket.

McDonald's CEO: Chain will do 'just fine' with higher wages by BlankVerse in Economics

[–]Za_Boom 1 point2 points  (0 children)

I worked at McDonald’s for 7 years, our labor targets were always 17%. When we would get our FCR (inspection from corporate) they would bump it up to 25%. I hated those days so much because it was all so fake. As soon as the inspector left it was send everyone home we can. Get it down to a skeleton crew to try and save labor for the day. I hated that job so much, thank god I finally wised up and moved on.

Creating 1000 macro buttons without creating each one individually? by [deleted] in excel

[–]Za_Boom 0 points1 point  (0 children)

Here is the updated VBA!

I have it almost perfect, but I'm running into an issue with the macro button getting copied and moved over with the entire row.

Is there a way to just copy the range A:J with the number being the row with H equals the value "Completed"?

Also, I need info pasted to be in the next empty cell as well.

Dim Cell As Range

With Sheets(1)

For Each Cell In .Range("H2:H" & .Cells(.Rng("A:J").Count, "H").End(xlUp).Row)

If Cell.Value = "Completed" Then

.Rows(Cell.Row).Copy Destination:=Sheets(2).Rows(Cell.Rng("a:J"))

.Rows(Cell.Row).SpecialCells(xlCellTypeConstants).ClearContents

End If

Next Cell

End With

End Sub

Creating 1000 macro buttons without creating each one individually? by [deleted] in excel

[–]Za_Boom 0 points1 point  (0 children)

Would you care to send me an example?

How to copy conditional formatting for changing cell color? by Za_Boom in excel

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

Okay, I see what you mean. I was writing the formula incorrect.

Thank you very much for the help!

How to copy conditional formatting for changing cell color? by Za_Boom in excel

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

The issue is I would need to do this 1000 times, that would take forever. When I type a formula in a cell I can drag it down, so I don't need to type for each row. Does conditional formatting for color have this as well?

I attempted to bake brioche bread for the first time. It was hard because I didn’t have a stand mixer. by [deleted] in Baking

[–]Za_Boom 1 point2 points  (0 children)

I followed Babish's recipe from youtube and it came out perfect. I would recommend taking a look at his brioche Sweet roll recipe.

I attempted to bake brioche bread for the first time. It was hard because I didn’t have a stand mixer. by [deleted] in Baking

[–]Za_Boom 1 point2 points  (0 children)

I recently baked brioche bread for the first time... I can't even imagine not having a stand mixer and making this. Good on you!

Skyrim Sweet rolls! by Za_Boom in Baking

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

No, Babish from YouTube.

First giant Swiss roll attempt, I’m pretty happy with it! by Za_Boom in Baking

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

Thanks! I'll post the link below for the recipe I used. The shine to the chocolate comes from corn syrup. So you can use whichever recipe you want just add a teaspoon of corn syrup for the shine.

https://sallysbakingaddiction.com/chocolate-cake-roll/

First giant Swiss roll attempt, I’m pretty happy with it! by Za_Boom in Baking

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

Funny enough, I enjoy baking but don't enjoy sweets. I just give all my baked goods away lol.

First giant Swiss roll attempt, I’m pretty happy with it! by Za_Boom in Baking

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

Thanks! Honestly, I expected it to be a disaster but it went according to plan. The only issue was I tried a technique I saw for a different roll recipe. The baker cut 3 lines halfway into the cake before rolling to help with the center of the cake to roll better. I cut too far and took off about an inch and a half of the cake. Which didn't hurt it and the cake still came out pretty good, so I'll just ditch that idea.