My patch works :-). I can make 1024 sheets! On Sun, Feb 5, 2017 at 9:39 PM, Damjan Jovanovic <[email protected]> wrote:
> Sorry, my bad. > > Hopefully, to increase number of sheets, it's just this one-line patch > below that I am busy compiling now. Will let you know if it works soon. > > > Index: main/sc/inc/address.hxx > =================================================================== > --- main/sc/inc/address.hxx (revision 1781341) > +++ main/sc/inc/address.hxx (working copy) > @@ -87,7 +87,7 @@ > // Count values > const SCROW MAXROWCOUNT = MAXROWCOUNT_DEFINE; > const SCCOL MAXCOLCOUNT = MAXCOLCOUNT_DEFINE; > -const SCTAB MAXTABCOUNT = 256; > +const SCTAB MAXTABCOUNT = 1024; > const SCCOLROW MAXCOLROWCOUNT = MAXROWCOUNT; > // Maximum values > const SCROW MAXROW = MAXROWCOUNT - 1; > > > On Sun, Feb 5, 2017 at 9:32 PM, FR web forum <[email protected]> wrote: > >> >The maximum column I see is AMJ, which is the 1024th. >> >Which version are you using? >> Not columns but sheets >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
