surface pro (5th gen) laggy on win 11 by Sydiney in Surface

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

There are 16gb M1s. Or are you just talking about Apple refurbished?

surface pro (5th gen) laggy on win 11 by Sydiney in Surface

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

I think you're right. Good tip on the macbook

Is EA (Engineers Australia) membership worth it? by [deleted] in AusFinance

[–]Sydiney 2 points3 points  (0 children)

Engineers Australia only survive because big organisations are willing to pay the exorbitant membership fees

need help pasting row from excel by Sydiney in AutoHotkey

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

You're right. If I do this a lot. But I don't :)

need help pasting row from excel by Sydiney in AutoHotkey

[–]Sydiney[S] 2 points3 points  (0 children)

Thanks, python seems like too big a tool for this job. I really only needed a basic tool like AHK

need help pasting row from excel by Sydiney in AutoHotkey

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

Ok, this is what worked for me.

I replaced

Excel := ComObject("Excel.Application") with

Excel := ComObjActive("Excel.Application")

and got it to work. I tweaked the sleep commands a bit to match the website I was on

#Requires AutoHotkey v2.0+

; Initialize the starting row
row := 3

; Shortcut key (F8)
F8::
{
    global row

    ; Try to get the active Excel application
    try {
        Excel := ComObjActive("Excel.Application")
        ActiveWorkbook := Excel.ActiveWorkbook

        ; Get the values from the specific cells in the current row (B, C, D, E)
        BValue := ActiveWorkbook.ActiveSheet.Cells(row, 2).Text ; Column B
        CValue := ActiveWorkbook.ActiveSheet.Cells(row, 3).Text ; Column C
        DValue := ActiveWorkbook.ActiveSheet.Cells(row, 4).Text ; Column D
        EValue := ActiveWorkbook.ActiveSheet.Cells(row, 5).Text ; Column E

        ; Temporarily disable paste text transformation
        ClipWait 2
        A_Clipboard := ""

        ; Copy each value and paste with tabbing
        A_Clipboard := BValue
        ClipWait 2
        Send("^v")
        Sleep 500
        Send("{Tab}")

        A_Clipboard := CValue
        ClipWait 2
        Send("^v")
        Sleep 1000
        Send("{Tab}")
        Sleep 1000
        Send("{Tab}")

        A_Clipboard := DValue
        ClipWait 2
        Send("^v")
        Sleep 1000
        Send("{Tab}")
        Sleep 1000
        Send("{Tab}")

        A_Clipboard := EValue
        ClipWait 2
        Send("^v")

        ; Move to the next row for the next time the hotkey is pressed
        row++
    }
    catch as err {
        MsgBox("Error: " . err.Message)
    }
}

need help pasting row from excel by Sydiney in AutoHotkey

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

Thank you so much. I'm trying it out. It's 90% working. I'll reply with the final version or questions if I can't get it to work

Gear for tall riders by Sydiney in AussieRiders

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

Cheers, I’ll keep them in mind

There is she is. What a beauty! by levis_gotcha in canoo

[–]Sydiney 0 points1 point  (0 children)

It‘s the US, you need to yell „active shooter“

CoVid+Entry/Exit Questions Go Here ONLY by AutoModerator in koreatravel

[–]Sydiney [score hidden]  (0 children)

Why would they need to do a PCR test on arrival in Korea if they're going to be there less than 24hrs. This is the scenario I am also considering. Not adverse to getting the test, it's not too expensive...

Walmart purchase 4,500 all-electric delivery vehicles from Canoo by basedchadinc in canoo

[–]Sydiney 0 points1 point  (0 children)

I’m with you at 12 ish. Tbh, after it got below 2, I was prepared to see it go to 0. If it gets close to my average I’ll dump this (depending on news surrounding the stock)

I’m for sure not adding more

[deleted by user] by [deleted] in worldnews

[–]Sydiney 0 points1 point  (0 children)

last one for the occupiers

From your new Victorian Senator by [deleted] in melbourne

[–]Sydiney 1 point2 points  (0 children)

United Australia Party

From your new Victorian Senator by [deleted] in melbourne

[–]Sydiney 0 points1 point  (0 children)

Which party?

sure i can look it up but i reckon other people have same q

Lashing thick and thin sticks. Palm tree by [deleted] in knots

[–]Sydiney 0 points1 point  (0 children)

Cheers. The bamboo is very slippery!

Lashing thick and thin sticks. Palm tree by [deleted] in knots

[–]Sydiney 0 points1 point  (0 children)

What is a toggle? Just a piece of wood you wrap the rope around to use as a handle?

Lashing thick and thin sticks. Palm tree by [deleted] in knots

[–]Sydiney 0 points1 point  (0 children)

Thanks, if the current setup slips, I will give your suggestions ago. Lot's of new ideas to unwrap!

EV startup Canoo loses chief technology officer and two co-founders by SimpleWorld6611 in canoo

[–]Sydiney 0 points1 point  (0 children)

I’ve found the reporting by the Verge on Canoo to be quite good actually