From 846547d6d905e0dbee73cd9c62760ea43bb88134 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Sun, 9 Jan 2022 15:47:54 +0300 Subject: Add SaveAs Dialog after export --- src/PriceListTools/CombineTool.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/PriceListTools/CombineTool.cs') diff --git a/src/PriceListTools/CombineTool.cs b/src/PriceListTools/CombineTool.cs index 303146c..cf02059 100644 --- a/src/PriceListTools/CombineTool.cs +++ b/src/PriceListTools/CombineTool.cs @@ -63,7 +63,9 @@ namespace RehauSku.PriceListTools filter.Range.AutoFilter(offer.amountColumnNumber - firstFilterColumn + 1 + exportedLists, "<>"); offer.Sheet.Range["A1"].Activate(); - offer.Sheet.Application.StatusBar = $"Экспортировано {exportedValues} строк из {sourcePriceLists.Count} файлов"; + AddIn.Excel.StatusBar = $"Экспортировано {exportedValues} строк из {sourcePriceLists.Count} файлов"; + + Forms.Dialog.SaveWorkbookAs(); } public void Dispose() -- cgit v1.2.3