• 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

    pad text cells

    Used this for work, thought someone else might be able to... If you are using a fixed-width font to make a report, and you need to put in a variable number of spaces based on the contents, you can use rept(" ",10-len(A1)), for example. However, if you are using concatenation and vlookup for a...
  2. C

    Weather history

    Hello, I needed to get the weather history to do some work for my site. Weather underground will supply data is CSV for 1 day at a time. I needed 3 years worth, so that wouldn't work. I made a workbook with a VBA script to pull the data for a range. Now that I have the data, I have no...
Back
Top