Search found 51 matches

by Jose-phil
02 May 2024, 13:01
Forum: Ask for Help (v1)
Topic: save and close Excel2010
Replies: 17
Views: 1394

Re: save and close Excel2010

Thank you RussF and flyingDman for sticking with it. To start at the end - COM I don't think I had heard of it till it was mentioned in this thread. I did ask 'are we still in Autohotkeys ?'. I will try RussF's code and if it works, will progressively remove the elements flyingDman considers superfl...
by Jose-phil
02 May 2024, 07:08
Forum: Ask for Help (v1)
Topic: save and close Excel2010
Replies: 17
Views: 1394

Re: save and close Excel2010

I can't find an EDIT option, so here is a new post RussF That code does in deed do what I want - AND responds to a mouse click. Thanks a million. Now to see if I can incorporate the 'save to USB' code .... *********************************************************************************** It seems t...
by Jose-phil
02 May 2024, 07:01
Forum: Ask for Help (v1)
Topic: save and close Excel2010
Replies: 17
Views: 1394

Re: save and close Excel2010

Boiler You have bowed out, but I will reply anyway. "Is it not clear from the documentation?" It may well be, but I had not consulted that when I asked the forum. "I don’t know what opening a spreadsheet to a location means." neither do I. The intention of the statement was SAVE TO A LOCATION. RussF...
by Jose-phil
02 May 2024, 05:00
Forum: Ask for Help (v1)
Topic: save and close Excel2010
Replies: 17
Views: 1394

Re: save and close Excel2010

Boiler So semicolon in Autohotkey is the equivalent of REM in batch files (....?) I had edited my post to remove the 'copy to USB' part, since I already have that figured out 'my own' way'. and that I tried the "!{F4} (Alt+F4)" code and it did not achieve SAVING. The edit did not take in the thread....
by Jose-phil
01 May 2024, 15:42
Forum: Ask for Help (v1)
Topic: save and close Excel2010
Replies: 17
Views: 1394

Re: save and close Excel2010

So the Autohotkey code for saving the open spreadsheet is !{F4} (Alt+F4)
What is the code for the next step - calling Filecopy (and instructing it to save to another location)

Is there in Autohotkey language an equivalent of REM-in-batch-file - if so what is it ?
by Jose-phil
01 May 2024, 09:46
Forum: Ask for Help (v1)
Topic: save and close Excel2010
Replies: 17
Views: 1394

save and close Excel2010

The following code first saves an Excel spreadsheet, then closes the excel program : ; Microsoft Excel - Book1.xlsx ; SetTitleMatchMode 2 WinActivate, ahk_class XLMAIN send ^s sleep 1000 send !{F4} return [Mod edit: Replaced i- and b-tags with code tags. Please use them yourself when posting code!] ...
by Jose-phil
18 Mar 2024, 07:07
Forum: Ask for Help (v1)
Topic: bug in script
Replies: 5
Views: 148

Re: bug in script

I removed the first line, as suggested and ran the AHK in a disposable clone of my system. The taskbar setting did not change.

I will do the updates as you suggest.
by Jose-phil
18 Mar 2024, 06:45
Forum: Ask for Help (v1)
Topic: bug in script
Replies: 5
Views: 148

Re: bug in script

'This is a question about version 1 code' Some research has shown me that there is a v2. I could not find an update option. If I download and install v2, will I risk my existing AHKs no longer working ?
by Jose-phil
18 Mar 2024, 06:05
Forum: Ask for Help (v1)
Topic: bug in script
Replies: 5
Views: 148

bug in script

https://www.quora.com/How-do-I-set-keyboard-shortcut-for-activate-and-deactivate-automatically-hide-the-taskbar-in-desktop-mode-in-taskbar-setting-in-Windows-10 offers a script which triggers an error code in my PC : <<Error at line 1. Line Text: Copy code; Toggle "Automatically hide the taskbar in ...
by Jose-phil
28 Jan 2024, 22:24
Forum: Ask for Help (v1)
Topic: Extending MY use of Autohotkeys
Replies: 0
Views: 217

Extending MY use of Autohotkeys

I have long HAPPILY used Autohotkeys v 1.1.33.01 to type text strings from hotkeys. Someone in a help-forum has suggested I put Autohotkeys to a new use - one that is beyond my skill. The following is what I posted : "In x32Win10ProV22H2, Telegram for Desktop is a wonderful communication application...
by Jose-phil
04 Oct 2023, 08:03
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

I'm sorry - I'll answer them now 1. What is your AHK version? - v1.1.33.01 2. What is your Windows version? - x32Win10ProV22H2 3. Are you running Notepad as administrator or as an elevated window? - neither, just ordinary garden-variety 4. Have you disabled antivirus to test? - NO 5. Are other progr...
by Jose-phil
04 Oct 2023, 07:30
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

F3 creates what I suppose is a message box, with '123' in it
F pastes '123' into Notepad
by Jose-phil
04 Oct 2023, 07:02
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

One obvious conclusion is that my original code succeeds in sending - even if erroneously, whereas your code does not succeed. That is an impressive list of possible faults your URL refers me to. That neither of our codes are perfect in WordPerfect is interesting, but understandable - WordPerfect is...
by Jose-phil
04 Oct 2023, 06:31
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

I know now that I can simply NOT LAUNCH 'my' original AHK, and just run yours. That simplifies the testing. To establish a base line, I ran my original hotkey in WordPerfect for "Your name does NOT show in the list of available TV partners" for the leftwinkey. and what got pasted into Notepad was "Y...
by Jose-phil
04 Oct 2023, 02:38
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

Your method is slowly starting to dawn on me, so

I deleted the troublesome key out of 'my' AHK and substituted its key and its text into 'your' AHK.

With the leftwin key, there was no effect in Wordperfect, with the rightwin key it gave the expected result - the non-troublesome text got pasted.
by Jose-phil
04 Oct 2023, 00:45
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

When I substituted a prededicated letter for F3, the result with the leftwin key was the addition of 'username@gmail.com' to the prededicated text; with the rightwin key, there was no change.
by Jose-phil
03 Oct 2023, 15:43
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

Double clicking 'your' AHK disables F3 in WordPerfect.
There is no other noticeable effect from pressing F3 in or outside of WordPerfect.
by Jose-phil
02 Oct 2023, 21:26
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

I experimented to find a hotkey that gets scrambled in WordPerfect.

I copied your three lines into Notepad and saved it on the desktop as test.ahk

I double clicked it; then ran the hotkey that produces hash in Wordperfect.
A different version of hash appeared.
by Jose-phil
02 Oct 2023, 21:02
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

I had not run it because I am not familiar with the conventions. When you write 'script' do you mean SetKeyDelay 25 ; SendMode Event F3::Send {Text}username@gmail.com ? As I have said several times before, my AHK is a series of lines of the format <#6:: Send Joe I can not see how to combine your 3-l...
by Jose-phil
02 Oct 2023, 17:55
Forum: Ask for Help (v1)
Topic: unwanted scrambling of text strings
Replies: 44
Views: 3650

Re: unwanted scrambling of text strings

If I find that the following code in AHK :

<#\:: Send This text is quite likely to be scrambled when pasted into WordPerfect

is a self-fulfilling prophecy, how do I alter it to increase the delay ?
Is it possible to modify that line to ensure that it is a false prediction ? If so HOW ?

Go to advanced search