Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've developed an Excel Addin with several UDFs. Everything's fine until my
users want to pass their spreadsheets to other people that don't have my addin installed. They get #Name in the cells that reference my UDFs. How do my customers replace the references to my UDFs with their results? These UDFs could be part of another formula. e.g = MyUDF(10 * Sum(A1:A10) * MyUDF(B2)) The only solution that I can think of at the moment is to a do a global copy & paste value, but these loses all formulae. I know that Excel can replace parts of a formula with its value whilst editing it. Can this be done programmatically? Thanks Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help and description for UDFs | Excel Worksheet Functions | |||
UDFs | Excel Programming | |||
VBA, UDFs and VSTO | Excel Programming | |||
'portable' UDFs??? | Excel Programming | |||
Acrobat 6.0 and UDFs | Excel Programming |