Function of Excel, module function, how to using the return value in a worksheet or workbook? Sheet1 boc number does not perform, want to write in the module, and then call
CodePudding user response:
Sub Macro1 () Sheet1. Range (" A3 ")=add (Sheet1. Range (" A1 ")) End Sub
The Function additive (a) As Long As Long Add=a + 1 End the Function