Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in excel/2000, is there some property like 'thiscell' in excel/2007?
so, when vba function is called to determine from which cell is called thnx! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveCell maybe?
Hard to tell from your description. Gord Dibben MS Excel MVP On Wed, 14 Apr 2010 23:45:40 +0200, "sali" wrote: in excel/2000, is there some property like 'thiscell' in excel/2007? so, when vba function is called to determine from which cell is called thnx! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In a UDF ?
Try Application.Caller Tim On Apr 14, 2:45*pm, "sali" wrote: in excel/2000, is there some property like 'thiscell' in excel/2007? so, when vba function is called to determine from which cell is called thnx! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
thiscell and udf | Excel Programming | |||
Such a thing as CurrentCell..? ThisCell? | Excel Programming |