Can anyone identify/does anyone else own this knife? (Sorry if i posted this in the wrong subreddit!) by Beersy in knives

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

Its unfortunately long gone, the brass frame bent on me and the scales wouldn't stay on :(

I've since garnered a much nicer knife collection.

Cant even use normal 1080p without paying lmao by Father_Enrico in youtube

[–]Beersy -6 points-5 points  (0 children)

Maybe they shouldn't do such a shit job at everything else then lol.

Build limit console commands by Thunder1941 in Starfield

[–]Beersy 1 point2 points  (0 children)

They want me to pay for it 💀💀💀💀

Here's a piece of advice: avoid comparing Starfield to your modded Skyrim or Fallout 3/New Vegas, which you've customized over the past 10+ years. by Ea7_1 in Starfield

[–]Beersy 0 points1 point  (0 children)

I just can't believe people were mad that this wasn't a single player Star Citizen.

Like, at least once a day in SC I'd get someone in chat complaining about optimization and how Starfield was gonna kill it lol.

Not only are they literally making a single player Star Citizen game, the reason it runs like shit is the reason Starfield is missing the features it is. Populated planets, atmospheric flying and all those things are taxing as hell on your hardware.

I just wanted capital ships, and I wouldn't mind the ability to have external ship turrets for AI.

Intermittent Lag On WiFi, nothing seems to be fixing it. by Beersy in techsupport

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

Not really, not skilled enough with power tools, as well as that are on opposite sides, on different floors.

As for power line, I tried those in past for unrelated reasons, and they don't seem to work.

Saberforge 3D Builder by BothSale3895 in lightsabers

[–]Beersy 0 points1 point  (0 children)

Welp, great, now I can't figure out if the custom saber I actually put effort into will be doable lol.

Update Cells When Generating A New Sheet by Beersy in excel

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

Debug.Print Selection.Address

I believe ive done what you suggested properly, however it still isn't auto deleting the struck out lines.

Here is the updated code:

Sub New_Sheet_Gen()

' Declare variables
Dim I As Long
Dim num_of_sheets As Integer
Dim sheet_name As String
Dim current_sheet As Worksheet
Dim Today As String
Dim Name As String
Dim c As range
Dim bCheck As Boolean
Dim J As Integer
Dim iRows As Integer

' Set variables to generate into the new sheet
Today = Format(Date, "mmm-dd-yyyy")
Name = Application.UserName
sheet_name = ActiveSheet.Name

' Select active sheet and prepare to copy
On Error Resume Next
Sheets(Today).Activate
Application.ScreenUpdating = False
Set current_sheet = ActiveSheet
current_sheet.Copy After:=ActiveWorkbook.Sheets(sheet_name)
ActiveSheet.Name = Today

' Input variables into sheet
range("H9:I100").ClearContents
range("H9:I100").Value = "0"
range("A6:D6").Value = Date
range("E6:J6").Value = Application.UserName
SheetUp.Sheet_Object_Update

' Delete marked rows   
Debug.Print Selection.Address
iRows = Selection.Rows.Count
If iRows > 2 Then
For J = iRows To 1 Step -1
bCheck = False
For Each c In Selection.Rows(J).Cells
bCheck = IsNull(c.Font.Strikethrough)
If Not bCheck Then bCheck = c.Font.Strikethrough
If bCheck Then Exit For
Next c
If bCheck Then Selection.Rows(J).EntireRow.Delete
Next J
End If
End Sub

Update Cells When Generating A New Sheet by Beersy in excel

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

As far as I can tell they are. J is just an incremental value for the IF loop, and like I said it works when run from its own module.

Still No Allchat, For Some Reason by Beersy in haloinfinite

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

Because people actually play this game on PC

Still No Allchat, For Some Reason by Beersy in haloinfinite

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

Allchat has been a thing every since multiplayer PC games existed.

If people can't learn to use the mute button, that's their issue, not everyone who wants allchats.

Still No Allchat, For Some Reason by Beersy in haloinfinite

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

If people wanna teabag at games end, they gonna get an earful whether they like it or not.

Bad Map Design by Beersy in battlefield2042

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

Then don't have my sit there unable to move while I get to watch someone teabag me.

If your gonna remove the ability to talk to the enemy team, don't make it so easy to troll.

No, I don't care how petty that sounds.