Search found 16 matches

by Ram
05 Apr 2021, 04:52
Forum: Ask for Help (v1)
Topic: Storing WinTitle into Multiple Variable and WinActivate one of the title using the Stored Variables
Replies: 1
Views: 139

Storing WinTitle into Multiple Variable and WinActivate one of the title using the Stored Variables

hello, i need some help. So i want to get WINTITLE from multiple excel windows and store them into multiple variables, then activate the preferred window using WINACTIVATE WINTITLE whenever i want. It would likely be like this : (when 1st Excel file is open ) : WinGetTitle, 1st, A ;storing 1st title...
by Ram
04 Apr 2021, 17:12
Forum: Ask for Help (v1)
Topic: How to select / Activate Specific Excel Sheet without COM
Replies: 5
Views: 271

Re: How to select / Activate Specific Excel Sheet without COM

Thankyou very much for your help FlyingDman and Hisoka.

For your script its good man thankyou Hisoka.

And actually i already registered microsoft office etc... i'm still confused why my COM isn't working, it was working before reinstalling to new windows...
by Ram
04 Apr 2021, 15:05
Forum: Ask for Help (v1)
Topic: How to select / Activate Specific Excel Sheet without COM
Replies: 5
Views: 271

How to select / Activate Specific Excel Sheet without COM

Hello i need some help. Does anybody know how to write autohotkey code for selecting / activating specific Excel SHEET without COM?

Because i tried COM and it doesnt work after I reinstall new windows, so i'm lookin for another way without COM.

Thankyou very much
by Ram
03 Apr 2021, 15:40
Forum: Ask for Help (v1)
Topic: Need help with "elevate" thingy. Now my script can't run COM Macros Excel automation.
Replies: 2
Views: 179

Need help with "elevate" thingy. Now my script can't run COM Macros Excel automation.

hello, i need some help.. does anyone know about "elevate" thingy in autohotkey? So i'm just messed up because now my script can't run properly after reinstalling new windows. Now my script cannot process COM / Macros commands for Excel automation.. Before, it was able to activate sheet, activate wi...
by Ram
14 Mar 2021, 18:37
Forum: Ask for Help (v2)
Topic: Help, need help for selecting different Excel cell with "+1" thingy.. or i don't know how to call it..
Replies: 2
Views: 502

Help, need help for selecting different Excel cell with "+1" thingy.. or i don't know how to call it..

Hello, i need help in Excel automation with autohotkey.. So i want to select "A1" cell in the 1st input, then for the 2nd, 3rd, and next input, i want to select the "A" cell +1, so the "A" cell selected in the 2nd INPUT will be A2 the "A" cell selected in the 3nd INPUT will be A3, etc... So it will ...
by Ram
22 Jan 2021, 14:15
Forum: Ask for Help (v1)
Topic: Need to Automatce Scripting Process
Replies: 2
Views: 447

Re: Need to Automatce Scripting Process

Thankyou very much for your help sir! Really apreciate it! :bravo:
by Ram
22 Jan 2021, 12:18
Forum: Ask for Help (v1)
Topic: Need to Automatce Scripting Process
Replies: 2
Views: 447

Need to Automatce Scripting Process

Hello, i need some help. I want to have an autohotkey script to be compiled, and when i run it I can open SCITE4AutohotkeyScript and change every "A3" in the SCITe4Autohotkeyscript into "A4", and also "INPUT2" to "INPUT3". So basically i just want to automate my scripting process . But i can't figur...
by Ram
20 Jan 2021, 14:03
Forum: Ask for Help (v2)
Topic: Help! want to check if current Cell value is " Beef Jerky", then goto LabelA, if Empty (" ") goto LabelB.
Replies: 0
Views: 283

Help! want to check if current Cell value is " Beef Jerky", then goto LabelA, if Empty (" ") goto LabelB.

Hello, i need help for my Excel automation.. So I just want to check if current cell value is " Beef Jerky", then goto LabelA. , if current cell value is empty ( " " ), then goto LabelB. it's simple but i couldnt figure it out yet on how to write in in line of autohotkey code, can somebody help me w...
by Ram
18 Jan 2021, 02:37
Forum: Ask for Help (v1)
Topic: Want to Look for Empty Cells in Excel and Select it, then Set Value on that Cell and Some Cells beside it in that Row.
Replies: 4
Views: 646

Want to Look for Empty Cells in Excel and Select it, then Set Value on that Cell and Some Cells beside it in that Row.

Hello, i need some help in Autohotkey for Excel automation I want to look for empty cell in column D ( from the TOP first to DOWN) and select it. If the cell is not empty then it goes down and look for the empty cell, after found it, Select that empty cell. After the empty cell is selected, set the ...
by Ram
16 Jan 2021, 01:27
Forum: Ask for Help (v2)
Topic: Help! Need to get value from Excel Cells that contain specific value and store it to array then put it in certain cells.
Replies: 2
Views: 388

Help! Need to get value from Excel Cells that contain specific value and store it to array then put it in certain cells.

Hey, i wonderin if i could get value from excel cells that contain specific characters / or value, then paste / send that value to certain cells in Excel.

CAn anyone help me ? Thankyou very much.
by Ram
15 Jan 2021, 11:13
Forum: Ask for Help (v1)
Topic: ERROR: The Following Variable Name Contains an illegal character
Replies: 1
Views: 366

ERROR: The Following Variable Name Contains an illegal character

Help, i got a problem ( in the image i attached for details ), can anyone help me with this? Thankyou. Below is my script oExcel := ComObjActive("Excel.Application") oExcel.Sheets("KAS DES").Activate oExcel.Range("C2").Select C2KasAkun := oExcel.Range("C2").Value F2KasDeb := oExcel.Range("F2").Value...

Go to advanced search