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 <ooofo...@free.fr> 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: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > >