+ Reply to Thread
Results 1 to 8 of 8

Excel limitations

  1. #1
    Gary B
    Guest

    Excel limitations

    I am aware that Excel has some built in limitations 32,000 iterations etc.

    Is there some code I can run over a workbook that will report on each of
    these limitations (all internal limitations)? Ie formulas, colours used,
    formats and fonts used etc ?

    Thanks in advance.

    Gary

  2. #2
    Tom Ogilvy
    Guest

    Re: Excel limitations

    No. You can read the help file for limitations.

    --
    Regards,
    Tom Ogilvy

    "Gary B" <GaryB@discussions.microsoft.com> wrote in message
    news:587139C8-61C5-4CE3-BCF5-CD3096F5E30C@microsoft.com...
    > I am aware that Excel has some built in limitations 32,000 iterations etc.
    >
    > Is there some code I can run over a workbook that will report on each of
    > these limitations (all internal limitations)? Ie formulas, colours used,
    > formats and fonts used etc ?
    >
    > Thanks in advance.
    >
    > Gary




  3. #3
    Gary B
    Guest

    RE: Excel limitations

    Hi Tom,

    I wasnt actually seeking to find out what the limitations are, but rather is
    the workbook approaching or exceeding these limitations.
    ie how many formulas are in use, how many formats are used in the workbook,
    how many fonts are used in the workbook and so on

    "Gary B" wrote:

    > I am aware that Excel has some built in limitations 32,000 iterations etc.
    >
    > Is there some code I can run over a workbook that will report on each of
    > these limitations (all internal limitations)? Ie formulas, colours used,
    > formats and fonts used etc ?
    >
    > Thanks in advance.
    >
    > Gary


  4. #4
    FSt1
    Guest

    RE: Excel limitations

    hi,
    in excel help, type the word "specifications". this is probably what you are
    looking for.

    regards
    FSt1

    "Gary B" wrote:

    > Hi Tom,
    >
    > I wasnt actually seeking to find out what the limitations are, but rather is
    > the workbook approaching or exceeding these limitations.
    > ie how many formulas are in use, how many formats are used in the workbook,
    > how many fonts are used in the workbook and so on
    >
    > "Gary B" wrote:
    >
    > > I am aware that Excel has some built in limitations 32,000 iterations etc.
    > >
    > > Is there some code I can run over a workbook that will report on each of
    > > these limitations (all internal limitations)? Ie formulas, colours used,
    > > formats and fonts used etc ?
    > >
    > > Thanks in advance.
    > >
    > > Gary


  5. #5
    Tom Ogilvy
    Guest

    Re: Excel limitations

    No, unless it is a setting, there is no property you can query for most of
    this.

    You can only use 56 colors for cells, so I don't think you need to worry
    about that.

    No for formats
    no for formulas although you can use usedrange.SpecialCells(xlformulas), but
    I there isn't a limit on formulas.
    No for fonts
    You can probably get iterations, but can't set it above the limit

    So I think the general answer is no.

    --
    Regards,
    Tom Ogilvy






    "Gary B" <GaryB@discussions.microsoft.com> wrote in message
    news:887595E1-3925-4B25-B0AC-6C6F49FB04AE@microsoft.com...
    > Hi Tom,
    >
    > I wasnt actually seeking to find out what the limitations are, but rather

    is
    > the workbook approaching or exceeding these limitations.
    > ie how many formulas are in use, how many formats are used in the

    workbook,
    > how many fonts are used in the workbook and so on
    >
    > "Gary B" wrote:
    >
    > > I am aware that Excel has some built in limitations 32,000 iterations

    etc.
    > >
    > > Is there some code I can run over a workbook that will report on each of
    > > these limitations (all internal limitations)? Ie formulas, colours

    used,
    > > formats and fonts used etc ?
    > >
    > > Thanks in advance.
    > >
    > > Gary




  6. #6
    Gary B
    Guest

    RE: Excel limitations

    I have looked in Help section, and while it shows what the limitations are,
    it DOES NOT show me how many interations have actually been used , nor how
    many colours have actually been used. I can see, for example that I can use
    56 colours, but how can I count how many colours have actually been used. I
    can also see that I can have 4,000 cell styles, but again, how do I count how
    many I have used ......and so on.

    "FSt1" wrote:

    > hi,
    > in excel help, type the word "specifications". this is probably what you are
    > looking for.
    >
    > regards
    > FSt1
    >
    > "Gary B" wrote:
    >
    > > Hi Tom,
    > >
    > > I wasnt actually seeking to find out what the limitations are, but rather is
    > > the workbook approaching or exceeding these limitations.
    > > ie how many formulas are in use, how many formats are used in the workbook,
    > > how many fonts are used in the workbook and so on
    > >
    > > "Gary B" wrote:
    > >
    > > > I am aware that Excel has some built in limitations 32,000 iterations etc.
    > > >
    > > > Is there some code I can run over a workbook that will report on each of
    > > > these limitations (all internal limitations)? Ie formulas, colours used,
    > > > formats and fonts used etc ?
    > > >
    > > > Thanks in advance.
    > > >
    > > > Gary


  7. #7
    Robin Hammond
    Guest

    Re: Excel limitations

    Gary,

    The StyleMapper add-in on my site will give you an enumeration of all styles
    in use, and the facility to remap them.

    Robin Hammond
    www.enhanceddatasystems.com

    "Gary B" <GaryB@discussions.microsoft.com> wrote in message
    news:C2FB9025-0FD1-4E45-8287-B29BB9C76A17@microsoft.com...
    >I have looked in Help section, and while it shows what the limitations are,
    > it DOES NOT show me how many interations have actually been used , nor how
    > many colours have actually been used. I can see, for example that I can
    > use
    > 56 colours, but how can I count how many colours have actually been used.
    > I
    > can also see that I can have 4,000 cell styles, but again, how do I count
    > how
    > many I have used ......and so on.
    >
    > "FSt1" wrote:
    >
    >> hi,
    >> in excel help, type the word "specifications". this is probably what you
    >> are
    >> looking for.
    >>
    >> regards
    >> FSt1
    >>
    >> "Gary B" wrote:
    >>
    >> > Hi Tom,
    >> >
    >> > I wasnt actually seeking to find out what the limitations are, but
    >> > rather is
    >> > the workbook approaching or exceeding these limitations.
    >> > ie how many formulas are in use, how many formats are used in the
    >> > workbook,
    >> > how many fonts are used in the workbook and so on
    >> >
    >> > "Gary B" wrote:
    >> >
    >> > > I am aware that Excel has some built in limitations 32,000 iterations
    >> > > etc.
    >> > >
    >> > > Is there some code I can run over a workbook that will report on each
    >> > > of
    >> > > these limitations (all internal limitations)? Ie formulas, colours
    >> > > used,
    >> > > formats and fonts used etc ?
    >> > >
    >> > > Thanks in advance.
    >> > >
    >> > > Gary




  8. #8
    Gary B
    Guest

    Re: Excel limitations

    Thanks all..... I thought I would be able to have some code that would loop
    through each cell and establish each cells attributes, and while I can do
    this for some things, such as does it have a colour, and what its font is
    etc, I was hoping there would be some code someone had written that would
    capture everything, so i didnt have to reinvent the wheel so to speak.

    "Tom Ogilvy" wrote:

    > No, unless it is a setting, there is no property you can query for most of
    > this.
    >
    > You can only use 56 colors for cells, so I don't think you need to worry
    > about that.
    >
    > No for formats
    > no for formulas although you can use usedrange.SpecialCells(xlformulas), but
    > I there isn't a limit on formulas.
    > No for fonts
    > You can probably get iterations, but can't set it above the limit
    >
    > So I think the general answer is no.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    >
    >
    >
    >
    > "Gary B" <GaryB@discussions.microsoft.com> wrote in message
    > news:887595E1-3925-4B25-B0AC-6C6F49FB04AE@microsoft.com...
    > > Hi Tom,
    > >
    > > I wasnt actually seeking to find out what the limitations are, but rather

    > is
    > > the workbook approaching or exceeding these limitations.
    > > ie how many formulas are in use, how many formats are used in the

    > workbook,
    > > how many fonts are used in the workbook and so on
    > >
    > > "Gary B" wrote:
    > >
    > > > I am aware that Excel has some built in limitations 32,000 iterations

    > etc.
    > > >
    > > > Is there some code I can run over a workbook that will report on each of
    > > > these limitations (all internal limitations)? Ie formulas, colours

    > used,
    > > > formats and fonts used etc ?
    > > >
    > > > Thanks in advance.
    > > >
    > > > Gary

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1