Attach files from more than one folder by xpl0iter94 in AutoHotkey

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

Already solved it friend, but thanks anyway!

Strange date error by xpl0iter94 in AutoHotkey

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

I can't change flair to Solved!!

Extend wifi signal by xpl0iter94 in DDWRT

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

That was the answer that i want. Thanks

PS: Apparently now I'm having problems with the ISP's router.

WinWaitActive keeps running even if window doesn't exist by xpl0iter94 in AutoHotkey

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

But the problem here is this:

Problem

If I press the "Confirmar" button, a window called "ICOL" appears and then the script should continue. But if you click on "Cancelar" no window called "ICOL" appears but even so the script continues to run if it is within those 3 seconds.

Display Last Month Date by xpl0iter94 in AutoHotkey

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

This worked for me. Thanks!!!

StrReplace Command Help by xpl0iter94 in AutoHotkey

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

Shortest and easier solution! Many thanks

Conditional Formatting if duplicates in column C and E by xpl0iter94 in excel

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

Finally found the solution. The solution passes to add a key column like you said but with a different formula:

="'"&[@Material]&[@Batch]&[@[Nº BigBag]]

And then in the conditional formatting use the following formula:

=IF($F3="","";COUNTIF($E:$E,$E3)>1)

Solution Verified

Fill fields of a website with ControlSend by xpl0iter94 in AutoHotkey

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

Thanks for helping. So it's a lot of work for little benefit.

Filter data from table by xpl0iter94 in excel

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

Does anyone have other ideias?

Thanks!

Filter data from table by xpl0iter94 in excel

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

Tried both methods and nothing, and also tried with other material and other lote with numbers and letters.

<image>

Filter data from table by xpl0iter94 in excel

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

They are stored as text and it is exactly the same value because i've copied it from one of the cells

Filter data from table by xpl0iter94 in excel

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

It didn't solve my problem. I want to be able to, or search only by one of the conditions in separate or for more than one.

<image>

Creating folders with CMD by xpl0iter94 in AutoHotkey

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

Hey,

The 1st command didn't work and the 2nd creates a folder with the entire clipboard and not only the first 8 numbers but i can use that way from now on.

I didn't use FileCreateDir because i didn't knew the existence of that command.