Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() function fnv() etc..... fnv="xxxx" end function i want to replace fnv to sharing letter in syntex. namely, if I change function header name only, syntex need not changed. for example,,, function fnv(k) if k=1 then thisFunction="xxxx" else thisFunction="yyy" endif end function i change "fnv" name only. and then execute normally. for example,replace name fnv to fnv2.... function fnv2(k) if k=1 then thisFunction="xxxx" else thisFunction="yyy" endif end function *** Sent via Developersdex http://www.developersdex.com *** |