Forum Discussion

naveenkumarp91's avatar
naveenkumarp91
Copper Contributor
May 03, 2024
Solved

Can't invoke a UDF from an excel sheet

I have office 365 and i can't invoke ANY user defined function. For example - I have tried simple adding two numbers function. Function add2numbers(x As Integer, y As Integer) As Integer add2num...
  • HansVogelaar's avatar
    May 03, 2024

    naveenkumarp91 

    Do you use comma as decimal separator? If so, use semicolons in the formula:

     

    =add2numbers(3; 4)

Resources