About 7,990,000 results
Open links in new tab
  1. excel - Skip to next iteration in loop vba - Stack Overflow

    I am trying to create a simple conditional loop that will go to the next iteration if a condition is true. The code I have so far is: For i = 2 To 24 Level = Cells(i, 4) Return = Cells(i, 5...

  2. .net - . NET Creating Excel Files - Stack Overflow

    May 16, 2014 · Closed 6 years ago. In my application, I need to generate excel files on the fly. I have an option of using Excel library. But it is mandatory to have excel installed on the …

  3. excel - PowerQuery: How can I concatenate grouped values

    If I have the following table (shown in the image below), how can I write a grouped query that would concatenate the grouped results? For this example, I'd want to group by the …

  4. How to keep one variable constant with other one changing with …

    Lets say I have one cell A1, which I want to keep constant in a calculation. For example, I want to calculate a value like this: =(B1+4)/(A1) How do I make it so that if I drag that cell to make a

  5. excel - How to use workbook.saveas with automatic Overwrite

    In this section of code, Excel ALWAYS prompts: "File already exists, do you want to overwrite?" Application.DisplayAlerts = False Set xls = CreateObject("Excel.Application") Set wb = …

  6. Excel formula to get cell color [duplicate] - Stack Overflow

    I would like to know if we can find out the Color of the CELL with the help of any inline formula (without using any macros) I'm using Home User Office package 2010.

  7. How do I convert a column of text URLs into active hyperlinks in …

    I have a column in excel, wherein I have all the website url values. My question is I want to turn the url values to active links. There are about 200 entries in that column with different urls in ...

  8. What are the RGB codes for the Conditional Formatting 'Styles' in …

    I've got some cells that I have Conditionally Formatted to Excel's standard 'Bad' Style (Dark red text, light red fill). In another column I have cells that I have created a Conditional Formatting …

  9. What does -- do in Excel formulas? - Stack Overflow

    Jul 20, 2010 · Boolean values TRUE and FALSE in excel are treated as 1 and 0, but we need to convert them. To convert them into numbers 1 or 0, do some mathematical operation.

  10. 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 …