MyFlight
Technical User
- Feb 4, 2002
- 193
Is there a way to Display Help when uing the Insert Function (Shift + F3) for Functions I have Created?
Example
Function WhatFontColorIndex(rng As Range)
' Select the Cell with the FONT Color you want Translated
WhatFontColorIndex = rng.Font.ColorIndex
End Function
How would I display ot the End-User the information after the Single quote.
Your assistance will be greatly appreciated.
Example
Function WhatFontColorIndex(rng As Range)
' Select the Cell with the FONT Color you want Translated
WhatFontColorIndex = rng.Font.ColorIndex
End Function
How would I display ot the End-User the information after the Single quote.
Your assistance will be greatly appreciated.