[APBeta] Scripts question

Paul Rodman paul at ilanga.com
Sat May 2 14:25:50 PDT 2009


On May 2, 2009, at 10:40 AM, David Crum wrote:

> I've been playing around with the darkness calendar script (and loving
> it) and was wondering: Is there a way to output it to an excel
> spreadsheet??

Not as it stands. But anything is possible... Sounds like a feature  
request to me.

> Or to have it convert the numbered days to the named
> days.  Example 5/1/2009 would be converted to Friday, 5/1/2009 (or
> something similar).

That's easier:

Add a line above line # 144 (t.ColumnWidth(2)=7). It should contain:

     t.ColumnWidth(1)=17

Change line # 158 from:

     t.Cell(day,1)=d.ShortDate

to

     t.Cell(day,1)=d.LongDate

That should do the trick.

Paul R.




More information about the APBeta mailing list