About 1,066,622 results (5,471 milliseconds)

How to make cell formula dirty (mark for recalculation)?

https://groups.google.com/g/exceldna/c/iFBsNlxX7ZY
Sep 26, 2011 ... [ExcelCommand(MenuName="Range Dirty Test", MenuText="Set A1 Dirty")] public static void MyMacro() { dynamic app = ExcelDnaUtil.Application;

Restrict usage of Excel 4.0 (XLM) macros

https://groups.google.com/g/exceldna/c/_eWYigdHOfk
Oct 10, 2021 ... // Summary: // Returns or sets the array formula of a range. [DispId(586)]. dynamic FormulaArray { get; set; }.

Using Offcie 365 Dynamic Arrays, Excel automatically adds @

https://groups.google.com/g/exceldna/c/eqFp2rC5bio
For this case you should instead use the new Range.Formula2 property to set the formula. See https://docs.microsoft.com/en-us/office/vba/excel/concepts/cells ...

How to convert from ExcelReference to Microsoft.Office.Interop.Excel ...

https://groups.google.com/g/exceldna/c/zqzEIos7ma0
Jul 7, 2011 ... Dim app As Object = ExcelDnaUtil.Application ReferenceToRange = app.Range(Excel(xlfRefText, xlref, True)) End Function -Govert.. Qish's ...

How do I create a dynamic slicer that always updates when data is ...

https://support.google.com/docs/thread/145216320/how-do-i-create-a-dynamic-slicer-that-always-updates-when-data-is-added?hl=en
Jan 11, 2022 ... ... range and "the slicer must use the same data range". A named range ... Many thanks in advance! Details. Sheets,Microsoft Windows,Business.

excel - Setting a range from a workbook VBA - Stack Overflow

http://feedproxy.google.com/~r/stackoverflow/tGpU/~3/CMpXwZatnNM/setting-a-range-from-a-workbook-vba
Jul 23, 2021 ... Missing double quotes: Sub DosiDo() Dim table1 As Range Set table1 = Workbooks("210721 - LeaveRecords.xlsm").Sheets("Sheet1").

Save and Restore AutoFilter

https://groups.google.com/g/exceldna/c/P4czzE9x6rA
Jun 4, 2012 ... The Microsoft.Office.Interop.Excel.Range.ApplyFilter method does ... equivalently from VBA, VSTO or Excel-DNA. On top of that, Excel-DNA

Set chart source data to a named range - how?

https://groups.google.com/g/microsoft.public.excel.charting/c/r_2G_Zc9eaQ
Mar 21, 2002 ... that Excel changes the named range to its static address equivalent. ... dynamic ranges. Then you apply these names to each series in the ...

VBA to delete rows issues with Excel 2010? | MrExcel Message Board

http://feedproxy.google.com/~r/mrexcel/YavB/~3/JDwG1c9gIr4/showthread.php
Aug 5, 2013 ... There are, however, a number of dynamic named ranges that ... Sub DeleteRows() Dim c As Range, DeleteRange As Range, DataRange As Range ...

Dynamically update label axis *format* without VBA? (03 and 07)

https://groups.google.com/g/microsoft.public.excel.charting/c/nMDsAJLd9gk
Mar 16, 2010 ... dynamically adjusted in the chart. My test data set was in the range A1:E5. Row 1 had series name. Column A had category labels. B2:B5 were ...

Beyond Excel - Collections and Dictionaries

https://sites.google.com/site/beyondexcel/home/vba-coding/collections-and-dictionaries
Dictionaries are perfect for creating unique lists in VBA using the dictionary's "silent add" behavior. Function GetDistinct(ByVal oTarget as Range) as Variant.

zooming a chart sub-region with a mouse, log plot scale

https://groups.google.com/g/microsoft.public.excel.charting/c/isOby1o9Upw
Apr 6, 2001 ... easily go into thousands, so it must be a dynamic definition, or at least a large ... *** are plotted, the axis ranges are defined by Excel's ...

Best way to pass Ranges from Excel through ExcelDNA to DLL and ...

https://groups.google.com/g/exceldna/c/doJEPLzXeVQ
Mar 5, 2012 ... dna) uses the COM interfaces - so the Application and Range types you know from VBA. To ease the access from C# I use the dynamic COM ...

CONVERT VBA TO GOOGLE SHEETS - Google Docs Editors ...

https://support.google.com/docs/thread/59768869/convert-vba-to-google-sheets?hl=en
Jul 18, 2020 ... The VBA code is below I am using in excel 2019 any help is deeply appreciated. Thank you Google Sheets beginner. Sub SUBMIT2(). Dim database As ...

Beyond Excel - MLOOKUP() - the Easy Mult-Key INDEX()/MATCH()

https://sites.google.com/site/beyondexcel/home/about/project-updates/mlookup
Dec 11, 2017 ... So I created MLOOKUP() and XLOOKUP(), fast and easy to use VBA functions that also works well as UDFs (User Defined Functions). The difference ...

Re: Adding an image to headers dynamically using VBA Word

https://groups.google.com/g/microsoft.public.word.vba.customization/c/PA8-5gJ7q44
... microsoft.com...> I've tried and it doesn't work when it comes to ... Dim fdr1 As Range. then use. Set fdr1 = docActive.Sections(1).Footers(1).Range

How to get last row using Excel DNA and C#

https://groups.google.com/g/exceldna/c/Pm9DDkceVIc
May 5, 2017 ... Excel.Worksheets["Reference"].Range("E1048576").End(xlUp).Row ... dynamic Excel = ExcelDnaUtil.Application;. dynamic sheet2 = Excel ...

ExcelDNA and Microsoft.Office.Interop.Excel

https://groups.google.com/g/exceldna/c/cGaa-X5vlE8
Nov 28, 2017 ... The purpose is to migrate from VBA code to XLL (C#) in order to protect it. My XLL functions work with WorkBook, WorkSheet, Range, Cells (value, ...

How to select a range, from the first non-blank cell to last non-blank ...

https://support.google.com/docs/thread/62014428/how-to-select-a-range-from-the-first-non-blank-cell-to-last-non-blank-cell?hl=en
Jul 30, 2020 ... I know that this is possible using VBA on Excel, but is there any way to make a range dynamically change in a formula, based on the first ...

Beyond Excel - Range Structure

https://sites.google.com/site/beyondexcel/home/vba-coding/range-object/range-structure
Create MS Access Database with Excel and VBA · Cursor Control Add-In offers Better Protection · Data Dictionary in VBA - Complete Syntax Documentation.