![]() |
setNumberFormat in custom excel function
I have a custom C++ excel function. When the function's output is a
number, I want to format it with commas in 1000s and right justify in the cell. I get return code 2 when I try using success = XlfExcel::Instance().Call(xlcFormatNumber,0,1,xFor matNumber) inside the custom function. The same call work's fine in all other places except custom excel functions. Is there any workaround for this. |
setNumberFormat in custom excel function
UDF's return values and that is it. They can not modify formats nor can they
change the values of cells that they are not in... When called from within code they have free reign to do what they want, but not when called as a function from a cell. -- HTH... Jim Thomlinson "puni" wrote: I have a custom C++ excel function. When the function's output is a number, I want to format it with commas in 1000s and right justify in the cell. I get return code 2 when I try using success = XlfExcel::Instance().Call(xlcFormatNumber,0,1,xFor matNumber) inside the custom function. The same call work's fine in all other places except custom excel functions. Is there any workaround for this. |
All times are GMT +1. The time now is 06:21 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com