Re: Collecting Results from Results Box
Posted by Wayne Rasband on Aug 26, 2005; 3:27pm
URL: http://imagej.273.s1.nabble.com/Collecting-Results-from-Results-Box-tp3704955p3704963.html
> Is there anyway to collect the data in a results box
> and save it to a text file or excel file?
Here are three ways:
1) Right-click in the "Results" window and select "Save As" from the
pop-up menu.
2) Select Save As from the File menu in the "Results" window.
3) Use ImageJ's File>Save As>Measurements command.
You can also right-click in the "Results" window, select "Copy All",
switch to Excel, and paste. Or, click on the "Results" window, type
ctrl-a (select all), ctrl-c (copy), then switch to Exel and type ctrl-v
(paste).
-wayne