Yay! We’re back – New design!

July 29th, 2008 | Categories: Misc | Tags:

After 2-3 years, we’ve finally brought Automate Excel into the 21st century with a brand new CMS and design. The website is now powered via WordPress and doing great. The current design is probably only temporary, while we get a designer to do something special, so give us some feedback.

Anyways, here are some of the most viewed articles:

  1. Kent
    October 21st, 2008 at 04:55
    Reply | Quote | #1

    dear sir,

    in the first example, you forget to put the End Sub at the end of the program.

    I learn something from this program. Thanks

  2. rishi doshi
    April 29th, 2009 at 11:04
    Reply | Quote | #2

    Hi,
    How to manually increment while using FOR EACH?
    e.g.
    for each cell in range(abc)
    if cell.value = “YES” then
    –>{increment cell = cell + 5}
    end if
    next

    we do it in normal FOR loops
    like.. if {something} then i = i+5

    I would like to achieve the same while using the FOR EACH loop
    thanks in advance!

    Rishi

  3. Bhanu
    October 19th, 2009 at 13:12
    Reply | Quote | #3

    Please give me the code to populate the recordset data into the excel file,where record set is having the data of 80,000 rows and having 500 columns.

    Please help me.

    Thanks