Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() GetPermutation(x + Mid(y, i, 1), Left(y, i - 1) + Right(y, j - i)) the problem I have is, i am not able to understand the above. How the program works by taking the above arguments. I require an insigh in to the above code line -- chandran ----------------------------------------------------------------------- chandrans's Profile: http://www.excelforum.com/member.php...fo&userid=1436 View this thread: http://www.excelforum.com/showthread.php?threadid=27734 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"chandrans" wrote in
message ... GetPermutation(x + Mid(y, i, 1), Left(y, i - 1) + Right(y, j - i)) the problem I have is, i am not able to understand the above. How the program works by taking the above arguments. I require an insight in to the above code line. -- chandrans -------------------------------------------------------------------- ---- chandrans's Profile: http://www.excelforum.com/member.php...o&userid=14360 View this thread: http://www.excelforum.com/showthread...hreadid=277340 Perhaps a version issue, but I find no reference to such a function Is it a UDF perhaps? Alan. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Best way to understand it is to put in some debug print statements or set
some watch variables and step through the code. Last time I modified it, that is what I did to understand it. Your asking someone to do that for you and write out a report on the results - seems a little unreasonable. -- Regards, Tom Ogilvy "chandrans" wrote in message ... GetPermutation(x + Mid(y, i, 1), Left(y, i - 1) + Right(y, j - i)) the problem I have is, i am not able to understand the above. How the program works by taking the above arguments. I require an insight in to the above code line. -- chandrans ------------------------------------------------------------------------ chandrans's Profile: http://www.excelforum.com/member.php...o&userid=14360 View this thread: http://www.excelforum.com/showthread...hreadid=277340 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
permutation | Excel Worksheet Functions | |||
PERMUTATION AND COMBINATION | Excel Discussion (Misc queries) | |||
Permutation in excel | Excel Worksheet Functions | |||
Permutation in excel | Excel Worksheet Functions | |||
permutation generator help. | Excel Programming |