python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Combining Ranges in Excel Functions with out helper cells
I am having difficulty figuring out how to get the correct data type evaluated as a single array passed to the first argument of the Small() in this function. My overall goal is (completely without th...

Dissymmetry
Votes: 0
Answers: 1
Custom functions in Excel error evaluating false part of IIF
Below is my custom functions in Excel.
Function DISCOUNT(c1, r1, k1)
Dim res
res = Application.WorksheetFunction.VLookup(c1, r1, 2, False)
DISCOUNT = IIf(Not (IsError(res)), res, k1)
En...

Bishan
Votes: 0
Answers: 1
Can I use Autodiscover with OAuth for Email Exchange integration?
I'm trying to connect up using C# to an email account using OAuth authentication. I've got that all working fine, but it doesn't seem to work once I set the AutodiscoverUrl property instead of a prede...
themancorp
Votes: 0
Answers: 1
When a call made to Word.run function, I am getting 'Word' is undefined in word 2016
Issue:
Here I am using an word add-in in word 2016. When a call a function
which uses Word.run is giving an error as 'Word' is undefined.
The add-in file is working properly in office 365 desktop app...

Madesh
Votes: 0
Answers: 0