Search found 516 matches

by PepsiHog
Wed Oct 23, 2024 3:20 pm
Forum: The Water Cooler
Topic: MS Help
Replies: 7
Views: 5283

MS Help

I really, really, really HATE not having help(F1) in MS. I don't always have internet. So When I have a problem, I just have to stop programming until I do or I have to do some other programming. Is there a way to add help to my current version(15.0.24)? Is this in the help section? Thanks, PepsiHog
by PepsiHog
Fri Sep 20, 2024 2:45 pm
Forum: Technical / Scripting
Topic: RegEx Help, Please
Replies: 2
Views: 3363

Re: RegEx Help, Please

Thanks for the help, Grovkillen.

PepsiHog
by PepsiHog
Fri Sep 20, 2024 2:32 pm
Forum: Technical / Scripting
Topic: Window Border Restore (ATT:Marcus)
Replies: 0
Views: 711

Window Border Restore (ATT:Marcus)

Hello Everyone, I'm using this script written(I'm told) by Marcus. // Hide the border of a non-MS window GetWindowHandle>SomeWindowName,dhwnd Let>WS_CAPTION=12582912 Let>WS_MINIMIZEBOX=131072 Let>WS_MAXIMIZEBOX=65536 Let>WS_SYSMENU=524288 Let>WS_THICKFRAME=262144 Let>WS_POPUP=2147483648 Let>WS_CHILD...
by PepsiHog
Fri Jun 14, 2024 5:35 pm
Forum: Technical / Scripting
Topic: RegEx Help, Please
Replies: 2
Views: 3363

RegEx Help, Please

Hello Everyone, Ok I have a list of numbers separated by a semi-colon. Such as: i.e. 1;2;3;4;5;6;7;8;9;1;2;3;23;34;51; In the above list 1;2;3; repeats. The following RegEx removes repeats. RegEx>\b(\d\d?);(?!.*\b\1\b),StringInQuestion,0,match,NumbersExcluded,1,,RepeatsRemoved This results in: i.e. ...
by PepsiHog
Sun May 05, 2024 5:35 pm
Forum: Technical / Scripting
Topic: RegEx Pattern Help
Replies: 3
Views: 5362

Re: RegEx Pattern Help

Thank you robsmith.

Thank you Hagchr.

I couldn't figure it out. But thanks to both of you, now I know for the furture.

Ya'll are awesome!,
PepsiHog
by PepsiHog
Wed Apr 24, 2024 8:20 pm
Forum: Technical / Scripting
Topic: RegEx Pattern Help
Replies: 3
Views: 5362

RegEx Pattern Help

Hello Everyone, I have this: let>ListOne=2;7;49;4;16;19;42;38;39;1;8;17;13;12;39;51;9;20;29;35;36;37;10;50; let>Pattern=\b(49|38|17);(13|26|39|52) // Pay no mind to the following RegEx. It is one of many tests to get the desired result. RegEx>Pattern,ListOne,0,Match,DLnom,1,$1,Test Ok. I need to fin...
by PepsiHog
Fri Jun 09, 2023 5:07 pm
Forum: Technical / Scripting
Topic: RegEx Help
Replies: 5
Views: 12079

Re: RegEx Help

hagchr, Hoping you could help me out here (again). I changed my RegEx pattern. The result contains three(3) sets of numbers. Such as: 13:52;25:38;11:50. In this example, I want only 25:38. I could just process the result, but I would prefer to have RegEx do it. I keep trying to refer to the group, b...
by PepsiHog
Thu Apr 27, 2023 8:13 pm
Forum: Technical / Scripting
Topic: RegEx Help
Replies: 5
Views: 12079

Re: RegEx Help

Hello hagchr, First let me say, thank you! Just what I needed. Awesome! The second part flips which side of the colon the number is on. The number is one of the two(19:32). It may be looking for 19, like it is in this example, but it may be looking for 32. I have no way of knowing which it will be. ...
by PepsiHog
Wed Apr 26, 2023 11:40 pm
Forum: The Water Cooler
Topic: Pet Peeves
Replies: 2
Views: 12280

Re: Pet Peeves

Not sure if it's really a pet peeve, but I agree that a macro that is not noted can become a nightmare to go back to. I used to think, "I know what this does, I don't need to note anything, I just know." But put that macro down and come back a few days later, when your not thinking in the same way, ...
by PepsiHog
Wed Apr 26, 2023 11:21 pm
Forum: Technical / Scripting
Topic: RegEx Help
Replies: 5
Views: 12079

RegEx Help

Hello Everyone, I am trying to advance my skill level in RegEx. I started playing using RegEx with some random numbers. Just seeing what I can come up with to challenge myself. I want to extract a set of numbers from the result, but have been unsuccessful. Here is the macro as it is now. LabelToVar>...
by PepsiHog
Wed Dec 01, 2021 6:57 pm
Forum: Technical / Scripting
Topic: Folder path verification
Replies: 4
Views: 6511

Re: Folder path verification

Ok, I found the macro this was for. And the answer is......I didn't think of it. You are a REALLY outgoing person. You knew I could just use IfDirExists, and still spent the time to write some vb script for me. That's pretty awesome. Thank you. Also, I did not know you knew vb, but I do now. Source ...
by PepsiHog
Wed Dec 01, 2021 6:39 pm
Forum: Technical / Scripting
Topic: Folder path verification
Replies: 4
Views: 6511

Re: Folder path verification

Hi, JRL,
That is a really good question. Is "I didn't think of using it" a really good answer? Here's the thing. I can't remember what macro this was for. I'm sure I will remember eventually. Maybe then I'll have a better answer for you.

Either way, thanks for the help,
PepsiHog
by PepsiHog
Thu Nov 25, 2021 1:19 pm
Forum: Technical / Scripting
Topic: Folder path verification
Replies: 4
Views: 6511

Folder path verification

Happy Thanksgiving! Happy Holiday! I am working on a macro that I have a browse button. It is for selecting a folder. After you finish your selections, you click OK. I want/need to verify the path of the folder exists. To that end, I searched the internet for a VBS routine. I found this one; VBSTART...
by PepsiHog
Mon Oct 11, 2021 3:53 pm
Forum: Technical / Scripting
Topic: Edit box Focus
Replies: 3
Views: 4712

Re: Edit box Focus

Thanks JRL.
by PepsiHog
Sat Oct 09, 2021 9:17 pm
Forum: Technical / Scripting
Topic: Edit box Focus
Replies: 3
Views: 4712

Edit box Focus

Hello Everyone,
I can not remember how to set focus to an object. The object is an edit box. When the dialog opens I want the cursor to be in this particular edit box.

Will you refresh my memory how to do this?

Thanks,
PepsiHog
Sign up to our newsletter for free automation tips, tricks & discounts