From 0ccbf29382b43d19f7ea0d1f4b5841149137842d Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 23 Dec 2022 21:10:43 +0300 Subject: Return to ResetStatusBar Excel macro function --- src/AddIn/Functions.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/AddIn/Functions.cs') diff --git a/src/AddIn/Functions.cs b/src/AddIn/Functions.cs index 2be19fa..0d3aef5 100644 --- a/src/AddIn/Functions.cs +++ b/src/AddIn/Functions.cs @@ -27,5 +27,11 @@ namespace RhSolutions.AddIn return result; } + + [ExcelFunction] + public static void ResetStatusBar() + { + RhSolutionsAddIn.Excel.StatusBar = false; + } } } \ No newline at end of file -- cgit v1.2.3