About 28,100,000 results
Open links in new tab
  1. excel - Get length of array? - Stack Overflow

    Jun 1, 2015 · Length of an array: UBound(columns)-LBound(columns)+1 UBound alone is not the best method for getting the length of every array as arrays in VBA can start at different …

  2. excel - Cracking Sheet Password with VBA - Stack Overflow

    The Excel worksheet password protection works by converting the input password to a hash and stores it. A hash is a one-way algorithm that crunches up the bits, losing some information …

  3. excel - Creating an Array from a Range in VBA - Stack Overflow

    Jun 8, 2016 · I'm having a seemingly basic problem but can't find any resources addressing it. Simply put, I just want to load the contents of a Range of cells (all one column) into an Array. I …

  4. excel - SUMIF dynamically change summing column - Stack …

    I am using SUMIFS and want the sum_range dynamically to change according to the name I have of a column. I have a table with about 100 columns. Say one of these columns is …

  5. Declare and Initialize String Array in VBA - Stack Overflow

    Oct 14, 2013 · In the specific case of a String array you could initialize the array using the Split Function as it returns a String array rather than a Variant array: Dim arrWsNames() As String …

  6. excel - How do I declare a global variable in VBA? - Stack Overflow

    You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I …

  7. How to search for " in string - EXCEL - Stack Overflow

    Sep 17, 2013 · This is a tricky one I am stuck on. In Excel 2010 I want to search a string for the character ". I am using the formula =FIND(A1,"text", 1) which will return a number (starting …

  8. excel - Extracting or selecting the first two numbers of a cell

    Sep 11, 2019 · I want to select the first two numbers in a cell and put them in a new column, while keeping the original cell in tact. The table below shows what the extract should look like and …

  9. Excel FILTER () returning 0 for blank cells - Stack Overflow

    Nov 10, 2020 · I suspect this has been asked previously, but I can't find it. FILTER() will often return a 0 for blank rows, even when a return string is specified. Using filter() I am often getting …

  10. excel - How to get a list of installed OLE DB providers ... - Stack ...

    Jun 16, 2016 · Microsoft Excel allows import of data from "Other Sources". One of the options is to use an OLE DB provider. How to get a list of available OLE DB providers?