About 25,100,000 results
Open links in new tab
  1. Parsing JSON in Excel VBA - Stack Overflow

    Jul 8, 2011 · 87 I have the same issue as in Excel VBA: Parsed JSON Object Loop but cannot find any solution. My JSON has nested objects so suggested solution like VBJSON and vba …

  2. VBA: Selecting range by variables - Stack Overflow

    I want to select the formatted range of an Excel sheet. To define the last and first row I use the following functions: lastColumn = ActiveSheet.UsedRange.Column - 1 + …

  3. How to show current user name in a cell? - Stack Overflow

    In most of the online resource I can find usually show me how to retrieve this information in VBA. Is there any direct way to get this information in a cell? For example as simple as …

  4. filter out multiple criteria using excel vba - Stack Overflow

    Feb 18, 2015 · 1 Alternative using VBA's Filter function As an innovative alternative to @schlebe 's recent answer, I tried to use the Filter function integrated in VBA, which allows to filter out a …

  5. VBA to copy a file from one directory to another - Stack Overflow

    I have an access file that I regularly need to copy to another directory, replacing the last version. I would like to use an Excel macro to achieve this, and would also like to rename the file in the

  6. vba - Lock down Microsoft Excel macro - Stack Overflow

    Sep 9, 2016 · I've spent some time writing an Excel Macro that is potentially worth money to a lot of companies. How can I lock down the macro to prevent people seeing the source / …

  7. How can I send an HTTP POST request to a server from Excel using …

    Oct 1, 2008 · What VBA code is required to perform an HTTP POST from an Excel spreadsheet?

  8. Declaring variable workbook / Worksheet vba - Stack Overflow

    Sep 25, 2014 · VBA uses this code name to automatically declare a global-scope Worksheet object variable that your code gets to use anywhere to refer to that sheet, for free. In other …

  9. excel - Get values from other sheet using VBA - Stack Overflow

    Get values from other sheet using VBA Asked 15 years, 1 month ago Modified 5 years, 4 months ago Viewed 574k times

  10. Excel VBA - Pivot table filter multiple criteria - Stack Overflow

    Excel VBA - Pivot table filter multiple criteria Asked 8 years, 9 months ago Modified 2 years, 10 months ago Viewed 35k times