It's enterprise, not consumer. And "...affected scenarios involve third-party software..."
Would be good to know that in headline, not way down in the article.
Instead, you lead with Windows update, which is not very helpful and misleading, IMHO.
Just saying.
Firefox 152 also introduces the aforementioned redesigned Settings experience.
Firefox 152 understands 'Sssh!'
The new version also understands that sometimes you just want it to shut up. When a tab (or, worse, multiple tabs) are playing audio, if you go to the address bar and type “mute” (or “sssh” or “hush”), then a new Quick Action button appears beneath it offering to immediately silence all tabs in all windows at once.
https://www.theregister.com/so...52-understands-sssh/5256390
Not even an OLED display on the laptops. Also it seems that the laptop design isn't the same as the Surface Ultra model.
Looks like bargain bin at high prices.
Question
Kalint
On my Form, this array is built then is sent to ThisAddin.cs
and here is where hell starts
public static void ExcelInsert(string mInsert)
{
try
{
// DOESNT WORK :(
var range = this.Application.ActiveCell() as Excel.Range;
range.Text.ToString(mInsert);
}
catch (Exception)
{
throw;
}
[/CODE]
I know you can't use the first line in a static method, but honestly I cant wrap my head around an alternative.
I just want it so that at active cell in Excel it inserts that array into the range.
HAELP!
Link to comment
https://www.neowin.net/forum/topic/1108879-c-excel-add-in-help/Share on other sites
5 answers to this question
Recommended Posts