One last thing, then I'll shut up - have you tried taking the calculation outside? ie <cfset x = finalQuery.recordcount + 1> .... maxRows=x, (or maxRows="#x#")
-----Original Message----- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 12:58 PM To: CF-Talk Subject: Re: query2excel tanks dave tried that but also unsuccessful, i think i will have to use the other component suggested here as this must be a bug in the cfx thanks >Shouldn't that be maxRows="#finalQuery.recordcount# + 1" > >Does it work without the hashes (they are unnecessary)? i.e. > >maxRows=finalQuery.recordcount+1 > >OR > >maxRows="#finalQuery.recordcount+1#" > >Dominic > >-- >Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303444 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

