Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I made this function and it works fine
xDate is 1 cell vith a date, xRange is a range vith som difrent dates Function Vagt(xDate, xRange) Vagt = Application.WorksheetFunction.Match(Range(xDate), Range(xRange)) End Function The problem is that i have to use "" to make the function work =Vagt("L3";"A3:A9";0) Hav do i change my function so i dont have to use "" =Vagt(L3;A3:A9;0) thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |