-
```
What steps will reproduce the problem?
1. Enable the add-in generate an error message
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On w…
-
```
What steps will reproduce the problem?
1. Enable the add-in generate an error message
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On w…
-
```
What steps will reproduce the problem?
1. Enable the add-in generate an error message
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On w…
-
```
What steps will reproduce the problem?
1. Enable the add-in generate an error message
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On w…
-
```
What steps will reproduce the problem?
1. Enable the add-in generate an error message
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On w…
-
```
What steps will reproduce the problem?
1. Enable the add-in generate an error message
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On w…
-
Since the latest Office 365 update no empty workbook is opened on Excel startup if an ExcelDNA Addin is active.
I also removed all code from my addin class to make sure it's not my code which causes …
-
```
What steps will reproduce the problem?
1. Enable the add-in generate an error message
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On w…
-
The offending code:
public static ImageSource AppIcon{
get{
if (appIcon == null){
var path = System.Reflection.Assembly.GetEntryAssembly().Locatio…
-
Hi,
I have created an excel addin project using custom tab ribbon that loads at very last tab but the focus shifts to Home tab each time I perform any operation using that custom tab.
I want the …