How to show mandatory arguments in bold in Excel Insert Function Dialog for C++ custom function ?

Julia Sotnikova 0 Reputation points
2025-01-19T18:20:34.1233333+00:00

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!

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,175 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,892 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.