Math, asked by khushib43, 5 months ago

what is the meaning of argument in calc macro are passed as values

Answers

Answered by mullagururk
6

Answer:

Arguments are passed as values

Arguments passed to a macro from Calc are always values. It is not possible to know what cells, if any, are used. For example, =PositiveSum(A3) passes the value of cell A3, and PositiveSum has no way of knowing that cell A3 was used.

Answered by rohitchhikara74
7

Answer:

mark the brainest

Step-by-step explanation:

uments are passed as values

Arguments passed to a macro from Calc are always values. It is not possible to know what cells, if any, are used. ... If you must know which cells are referenced rather than the values in the cells, pass the range as a string, parse the string, and obtain the values in the referenced cells.

Similar questions