Youtube Linkedin Twitter RSS
Logo
Automating Business Through Excel Soloutions
Contact Us | Newsletter | Blog | Members    +61 (7) 5641 2111

From the category archives:

Excel Macro

Find and FindNext

by Scott Lindsay on June 11, 2010

Working with large amounts of information in Excel can depending on the functions used be very inefficient. One of the most useful and powerful functions for searching large amounts of data is Find and FindNext. These functions will help you scan through information and quickly source the results needed.

In this post we will describe how Find can be used to optimise your spreadsheets..
[click to continue…]

Prompt user to select file

by Craig Stones on March 18, 2010

The following module is an interface which prompts the user of the document to select a text file from a pop up dialog box (similar to the Open or Save As window).  Once the file is selected, the pathname and document name is recorded.  This pathname/filename can then be used to automatically open the text file and further coding used to import and format the data. This macro is particularly useful for reporting purposes where data is imported on a regular basis.

[click to continue…]

{ 0 comments }

Change Cell Formats using Ranges and Offset

February 7, 2010

The following Macro has been designed to read through a range of cells and update the Cell formats for Font, Color, Borders and Background Color. This type of Macro can be really useful in worksheet updates where inserts, updates and deletion of cells can result in a loss of formatting for the worksheet. With this [...]

Read the full article →