Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,175 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
For example, standard Excel function IF will show 3 arguments in Function Dialog Box: Logical_test in bold, Value_if_true in normal font, Value_if_false in normal font.
If we use custom function written in C++ and registered with Excel12f(xlfRegister,...) , all arguments will be shown in normal (non-bold) font. Is there any way to show mandatory arguments in bold?
Thank you!