• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. C

    Project Timeline

    I am working with the project timeline template from Chandoo and I have one set up. Is there any way to rotate the time line so the dates are on the Y-axis and the milestone bars come out horizontal? Basically I want to rotate the whole time.
  2. C

    Insterting Lines with Elseif

    Is there a way to insert different amounts of lines depending on a cell's value? For example, in column A, have the following values (1, 2, 3, 4). Is there a way I can say "if the value in column A is 1 then insert 1 line below, or else if the value is 2, insert 2 lines below, or else if the...
  3. C

    Rows Select Macro

    I am trying to select data in a group of columns and I want the row it ends on to be based on data in column C. So, I am trying to select everything in columns AG2:AQ2 and down to the last row that has a value in column C. Since column AQ2 will have empty cells, I can not use the basic ...
  4. C

    Run Macro based on file name

    Right now, I have a template file with macros in it. One of the macros runs all the other macros. The problem I am having is it will not work if I change the name of the file. The current template file code looks like this... Application.Run "'Dashboard Template.xlsm'!OriginalDataFill"...
  5. C

    Find Empty Cell and Sum Cells Above

    I am trying to set up a macro that will go down a column until the next empty row and then sum the rows above it. I have a macro right now that will accomplish this, but it only inserts the value not the actual equation itself. For example, 1 2 empty cell <---- find this empty cell and...
Back
Top