Search found 6 matches

by LastDavid
12 Jan 2022, 03:24
Forum: Scripts and Functions (v1)
Topic: Show GUI at center of the current screen - multiple monitors
Replies: 4
Views: 3920

Re: Show GUI at center of the current screen - multiple monitors

Thank you so much for this code, it is just what I am looking for. There is one flaw... The code assumes that all of the monitors are on the same plane. All in one line from right to left. I use four monitors in a plus sign formation, so the "top" of three of the monitors is not zero. The correction...
by LastDavid
03 Dec 2019, 02:25
Forum: Ask for Help (v1)
Topic: How to escape the percent symbol within transform command Topic is solved
Replies: 5
Views: 1280

Re: How to escape the percent symbol within transform command Topic is solved

Thank you for your suggestion, however it does not answer the question.

The example was just provided to highlight the problem and to provide common code to be used during the discussion.
by LastDavid
03 Dec 2019, 02:00
Forum: Ask for Help (v1)
Topic: How to escape the percent symbol within transform command Topic is solved
Replies: 5
Views: 1280

How to escape the percent symbol within transform command Topic is solved

The following generates an error for illegal character due to the percent symbol after 100 strTest := "Today 100% of the testing was completed at %A_Hour%%A_Min%" Transform, strTest, DeRef, %strTest% Send %strTest%{return} I have tried both 100`% and 100{%} I would like the output to be: Today 100% ...
by LastDavid
28 Feb 2018, 04:45
Forum: Ask for Help (v1)
Topic: AutoReplace within an Excel cell
Replies: 3
Views: 706

Re: AutoReplace within an Excel cell

Gregster is correct... It is likely related to the bug he linked to.

The problem is resolved by installing version 1.1.27
by LastDavid
28 Feb 2018, 01:26
Forum: Bug Reports
Topic: [v1.1.28.01 solved] AutoHotkey doesn't work on Excel Topic is solved
Replies: 21
Views: 8652

Re: AutoHotkey doesn't work on Excel Topic is solved

I think I am having a similar problem, however it is not that the autoreplace script does not work at all, within Excel, it is that it does not work when it is the first character typed in a cell. For example if I had a autoreplace that replaced td with today's date and i typed "td Item Repairs" the...
by LastDavid
28 Feb 2018, 00:01
Forum: Ask for Help (v1)
Topic: AutoReplace within an Excel cell
Replies: 3
Views: 706

AutoReplace within an Excel cell

I have been using AutoHotkey version 1.1 for years with Excel Example: ?:\EFccd::Chuck to Chuck Delta{tab}=Average(C2:C6)-Average(C8:C12){return} When I type \EFccd within a cell it is replaced with Chuck to Chuck Delta then in the next cell over the formula is entered Yesterday I had to replace my ...

Go to advanced search