Get value of current cell in Excel Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Indhu
Posts: 14
Joined: 17 Apr 2019, 05:43

Get value of current cell in Excel

22 Apr 2019, 04:32

Hi,
In Excel sheet, if I click the cell A3. How shall I get the current value of the cell(cell which is enabled green border) via autohotkey.
:roll:
User avatar
Tigerlily
Posts: 377
Joined: 04 Oct 2018, 22:31

Re: Get value of current cell in Excel  Topic is solved

22 Apr 2019, 05:56

Indhu wrote:
22 Apr 2019, 04:32
Hi,
In Excel sheet, if I click the cell A3. How shall I get the current value of the cell(cell which is enabled green border) via autohotkey.
:roll:

Code: Select all

Xl := ComObjActive("Excel.Application")
MsgBox % Xl.ActiveCell.Value
-TL

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: jollyjoe, mikeyww and 271 guests