Login  Register

Re: Problem calling an Installed Macro

Posted by Florian Blaschke on Sep 23, 2008; 4:21am
URL: http://imagej.273.s1.nabble.com/Problem-calling-an-Installed-Macro-tp3695003p3695005.html

Could you please take me from the list.
Thanks a lot!
 
Florian Blaschke
E-mail: [hidden email]

________________________________

From: ImageJ Interest Group on behalf of Paul Grimm
Sent: Tue 9/23/2008 5:18 AM
To: [hidden email]
Subject: Re: Problem calling an Installed Macro



That fixed it!!!!
Thank you so much.

Paul
--



On Sep 22, 2008, at 9:08 AM, Wayne Rasband wrote:

>
> Your macro may be failing because a "}" is in the wrong place. I
> suspect that the "}" just before
>
>     savepath = "/Users/Paul/Desktop/macroresults/" + "512PixWhite
> analysis" + ".xls";
>
> should instead be added the end of the macro.
>
> Sincerely,
>
> -wayne