Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

Check file names with RegEx in ImageJ

Posted 26th July 2019

No comments

Use regular expressions to apply different steps in an ImageJ macro script by querying the file name.

Read the full story...

Run an ImageJ batch processing macro in “headless” mode

Posted 23rd October 2018

No comments

Instructions for running an ImageJ macro script in “headless” mode via the command prompt in Windows.

Read the full story...

Make ImageJ 1.x work in the background

Posted 22nd October 2018

No comments

Run ImageJ macro scripts in “batch mode” to improve performance and allow images to be processed in the background.

Read the full story...

Run an ImageJ macro directly from GitHub Gist

Posted 23rd May 2018

No comments

Simple code that enables you to host your ImageJ macro scripts on GitHub Gist but execute them from a local machine.

Read the full story...

Timestamp generation as a string in ImageJ macros

Posted 20th March 2018

No comments

Generate a timestamp in the format yyyyMMddhhmmss within a macro for ImageJ.

Read the full story...

An ImageJ batch processing macro that works

Posted 15th March 2017

No comments

A helpful generic ImageJ macro script that can be used to loop through files of type in a selected directory and then do something to them.

Read the full story...

Rearrange Excel columns via Visual Basic

Posted 16th March 2016

22 comments

A simple VBA script for rearranging the order of columns in an Excel spreadsheet.

Read the full story...

VBA: Test if a font is installed when a Word file opens

Posted 3rd December 2015

No comments

If a required font is missing, this script will alert a user that the font needs to be installed on their local computer before a Microsoft Word file will display properly.

Read the full story...

Automatically update Pivot Tables in Excel

Posted 15th July 2014

No comments

A simple VBA script that refreshes (updates) all Pivot Tables within an Excel workbook after any change to a worksheet.

Read the full story...

Add a suffix to selected cells in Excel

Posted 12th July 2014

2 comments

Use this handly VBA macro to automatically add characters to the end of values in a selected range of cells.

Read the full story...