Search found 1 match

by JohnnyPL
Sat Apr 03, 2021 11:21 pm
Forum: Macros and UNO API
Topic: Referencing the calling Cell in a Macro Function.
Replies: 4
Views: 4878

Referencing the calling Cell in a Macro Function.

Hi, I am trying to write Basic code that process information then depending on the result to change the fore color of the cell. For example:- In the spreadsheet cells: =MyFunction(A1+B1) In Basic.... Public Function MyFunction(InputValue as Single) as String . . . Code to Process the InputValue . . ...