Search found 268 matches

by asad41163
10 Sep 2019, 06:05
Forum: Ask for Help (v1)
Topic: Hotstring
Replies: 15
Views: 2786

Re: Hotstring

Hello colleagues
thanks for all
Actually I'm asking for an easy way to create a big list .., which @GEV showed me.
I want to simplify more please
Thank you everyone
by asad41163
09 Sep 2019, 13:36
Forum: Ask for Help (v1)
Topic: Hotstring
Replies: 15
Views: 2786

Re: Hotstring

Hello Mr GEV
Thank you so much for your quick response, and I apologize for the delay ..
I have read the topic in the link and did not understand the intended ..
How do I use this code?
Just one example please
by asad41163
07 Sep 2019, 15:11
Forum: Ask for Help (v1)
Topic: Hotstring
Replies: 15
Views: 2786

Hotstring

Hello my dear colleagues I work as a data entry, and I always want to assign shortcuts to a large number of words to make it easier to work (say 100 words). For example, I have this set of words: English, language, speakers, US, vocabulary, countries, spoken, modern, German, century, dialects, Europ...
by asad41163
18 Jul 2019, 10:15
Forum: Ask for Help (v1)
Topic: Help : Send Up or Down key to Acrobat DC
Replies: 7
Views: 1423

Re: Help : Send Up or Down key to Acrobat DC

Hello evryone
please Mr.whereissun, tell me how you solved it


How do I get this information through "Active Window Info"?
[ahk _ parent]

Help please. I really learn

Thank you
by asad41163
17 Jun 2019, 11:37
Forum: Ask for Help (v1)
Topic: Del columns and Rows Topic is solved
Replies: 2
Views: 681

Re: Del columns and Rows Topic is solved

Hello, flyingDman

Again, all thanks and appreciation to you.

You saved me a lot of time and effort.
thank you very much.
by asad41163
17 Jun 2019, 08:03
Forum: Ask for Help (v1)
Topic: Del columns and Rows Topic is solved
Replies: 2
Views: 681

Del columns and Rows Topic is solved

welcome everybody What is added to the following code - To delete column C? - To delete row 12? From the Excel file: F5:: oExcel := ComObjCreate("Excel.Application") ; create Excel Application object oExcel.Workbooks.Add ; create a new workbook (oWorkbook := oExcel.Workbooks.Add) oExcel.Visible := 1...
by asad41163
17 Jun 2019, 04:18
Forum: Ask for Help (v1)
Topic: paste clipboard content into Excel worksheet Topic is solved
Replies: 3
Views: 1338

Re: paste clipboard content into Excel worksheet Topic is solved

I'm sorry, friends this final code: F5:: oExcel := ComObjCreate("Excel.Application") ; create Excel Application object sleep, 5000 oExcel.Workbooks.Add ; create a new workbook (oWorkbook := oExcel.Workbooks.Add) oExcel.Visible := 1 ; make Excel Application Visible oExcel.Range("A1").PasteSpecial(-41...
by asad41163
17 Jun 2019, 03:30
Forum: Ask for Help (v1)
Topic: paste clipboard content into Excel worksheet Topic is solved
Replies: 3
Views: 1338

Re: paste clipboard content into Excel worksheet Topic is solved

Hi, my teacher flyingDman

All thanks and appreciation to you :bravo:
by asad41163
16 Jun 2019, 15:13
Forum: Ask for Help (v1)
Topic: paste clipboard content into Excel worksheet Topic is solved
Replies: 3
Views: 1338

paste clipboard content into Excel worksheet Topic is solved

Welcome everyone I have data in the Windows memory copied from another application, Like this (just an example) data pic.png I do not know the number of rows and columns in it, and I want to paste it into Excel starting with cell A1. My question is : How to add a code snippet to the following code t...
by asad41163
11 Jun 2019, 11:58
Forum: Ask for Help (v1)
Topic: delete specific column from excel
Replies: 3
Views: 1128

Re: delete specific column from excel

what's wrong here:

Code: Select all

oExcel.columns("Z").delete
by asad41163
10 Jun 2019, 13:23
Forum: Ask for Help (v1)
Topic: delete specific column from excel
Replies: 3
Views: 1128

Re: delete specific column from excel

Hi, Oldanir
thanks my teacher
this works very well:

Code: Select all

oExcel.range(oExcel.columns("A"),oExcel.columns("C")).delete
this line

Code: Select all

oExcel.columns("Z").delete
and without "s" column

Code: Select all

oExcel.column("Z").delete
gave this MSg
2019-06-10_185251.png
2019-06-10_185251.png (15.21 KiB) Viewed 1098 times
by asad41163
10 Jun 2019, 05:15
Forum: Ask for Help (v1)
Topic: delete specific column from excel
Replies: 3
Views: 1128

delete specific column from excel

welcome everybody This code works well: F5:: oExcel := ComObjCreate("Excel.Application") ; create Excel Application object ; oExcel.Workbooks.Add ; create a new workbook (oWorkbook := oExcel.Workbooks.Add) oExcel.Visible := 1 ; make Excel Application Visible Visible Visible Visible Visible Visible V...
by asad41163
09 Jun 2019, 11:46
Forum: Ask for Help (v1)
Topic: put-the-selected-text-in-smart-quotes
Replies: 5
Views: 1142

Re: put-the-selected-text-in-smart-quotes

thanks Helgef
thanks Kobaltauge
by asad41163
09 Jun 2019, 09:08
Forum: Ask for Help (v1)
Topic: SciTE4AutoHotkey, Compile Script Topic is solved
Replies: 3
Views: 701

Re: SciTE4AutoHotkey, Compile Script Topic is solved

after re install and restart, it is works.
by asad41163
09 Jun 2019, 09:08
Forum: Ask for Help (v1)
Topic: SciTE4AutoHotkey, Compile Script Topic is solved
Replies: 3
Views: 701

Re: SciTE4AutoHotkey, Compile Script Topic is solved

after re install and restart, it is works.
by asad41163
09 Jun 2019, 08:42
Forum: Ask for Help (v1)
Topic: SciTE4AutoHotkey, Compile Script Topic is solved
Replies: 3
Views: 701

Re: SciTE4AutoHotkey, Compile Script Topic is solved

Hi, all
I'm remove it and re install and remove autohotkey and re install it
and it yet not working too.
by asad41163
09 Jun 2019, 06:51
Forum: Ask for Help (v1)
Topic: SciTE4AutoHotkey, Compile Script Topic is solved
Replies: 3
Views: 701

SciTE4AutoHotkey, Compile Script Topic is solved

welcome everybody

in the SciTE4AutoHotkey, when I want to compile any script I get this Msg:
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
>Exit code: 1 Time: 0.4664

Please help, thanks in advance.
by asad41163
09 Jun 2019, 06:40
Forum: Ask for Help (v1)
Topic: put-the-selected-text-in-smart-quotes
Replies: 5
Views: 1142

Re: put-the-selected-text-in-smart-quotes

Hi Kobaltauge

You saved me a lot of time
Thank you very much
But let me ask: Why does the code work very slowly?
by asad41163
09 Jun 2019, 04:35
Forum: Ask for Help (v1)
Topic: put-the-selected-text-in-smart-quotes
Replies: 5
Views: 1142

put-the-selected-text-in-smart-quotes

welcome everybody this code from here: https://stackoverflow.com/questions/9909713/autohotkey-to-put-the-selected-text-in-smart-quotes f1:: saved := clipboardall ; save clipboard contents Send, ^x ; cut Send, (%clipboard%) ; send clipboard content with your characters around it clipboard := saved ; ...
by asad41163
03 Apr 2019, 14:59
Forum: Ask for Help (v1)
Topic: ExitApp not working as expected Topic is solved
Replies: 6
Views: 3114

Re: ExitApp not working as expected Topic is solved

welcome everybody The following code from here: https://www.autohotkey.com/boards/viewtopic.php?f=76&t=29315&p=137861&hilit=Open+and+close+program+with+the+same+hotkey+Autohotkey%3F#p137861 #^+p:: { Process, Exist, KeyboardChatteringFix.exe if (ErrorLevel = 0) { Run, C:\Users\Sancora\Downloads\kcfix...

Go to advanced search