List All Excel Files with Dates

Last week, someone asked if I could stop zipping the sample Excel files that you can download from my website. Well, I thought about it carefully, and decided to leave things as they are. Excel helped me decide, and you can get the macro that I used, to list all Excel files with dates and sizes.

Continue reading “List All Excel Files with Dates”

Show Excel UserForm Automatically When Workbook Opens

You can add a UserForm to your Excel file, so it’s easy for people to enter data, without going to the table where the historical data is stored. Usually, I add a worksheet button that opens the form. But, with a simple macro, you can show Excel UserForm automatically, when workbook opens.

Continue reading “Show Excel UserForm Automatically When Workbook Opens”

Excel Lookup Formula for Last Item in Column

How can you get the last number in an Excel column? I needed to do that in one of my sample files, so here’s the formula that I used. Then, someone asked me how to get the last item (text or number) from a column, so there’s a formula for that too.

Continue reading “Excel Lookup Formula for Last Item in Column”