Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi NG,
how can I detect the address of a userdefined function within the code of the function? look at this example-function: -------snip---------- 1 Public Function myExcelFunction(myValue As Integer) As Integer 2 3 myExcelFunction = myValue * 20 4 Debug.Print ThisCell.Address 5 6 End Function ----------snip------------- in line 4 I want to get the address of the cell the function is used. But "ThisCell" is no valid Expression. Any tipps or hints? Tx Jörg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
getting the column address of an argument to a user defined functi | Excel Programming | |||
Need to open the Function Arguments window from VBA for a user defined function. | Excel Programming | |||
User-defined data type; Error: Only User-defined types... | Excel Programming | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |