Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a number of user defined functions registered within my xll. A number of these functions take no arguements but return some information. How can I supress the formula palette when the function returns, I simply want the return value to be inserted into the cell. Regards Will |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if you are using the formula pallete to insert the function in the cell, you
would have to do it in two steps. Insert the function so it is displaying the return value, then select the cell, do edit=copy followed by Edit=PasteSpecial and select values. -- Regards, Tom Ogilvy "Will" wrote in message ... Hi I have a number of user defined functions registered within my xll. A number of these functions take no arguements but return some information. How can I supress the formula palette when the function returns, I simply want the return value to be inserted into the cell. Regards Will |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Palette problem | Excel Discussion (Misc queries) | |||
Color Palette | Excel Discussion (Misc queries) | |||
#value! on spreadsheet when formula palette gets correct result | Excel Discussion (Misc queries) | |||
vba function description visible in Formula palette ? | Excel Programming | |||
User defined functions - text for formula palette | Excel Programming |