// This macro demonstrates how to Undo rotations // of composite color images in a macro. run("Fluorescent Cells (400K)"); wait(1000); setOption("SupportMacroUndo",true); run("Rotate... ", "angle=75"); wait(1000); run("Undo");