Re: Problem calling an Installed Macro
Posted by
Paul Grimm-2 on
Sep 23, 2008; 3:18am
URL: http://imagej.273.s1.nabble.com/Problem-calling-an-Installed-Macro-tp3695003p3695004.html
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