I am importing data into an excell spreadsheet that has 100,000 + records,
how do I expand on the 65,356 record limit that I see in Excell?
I am importing data into an excell spreadsheet that has 100,000 + records,
how do I expand on the 65,356 record limit that I see in Excell?
Wait for Excel 12! Over 1,000,000 rows, Seriously, there's no way to expand
this. It's fixed in stone and is always 65536. However, you can read records
in thru VBA code and break it onto new worksheets when you reach the limit,
but NOT by doing File/Open.
"Jake Clark" <Jake Clark@discussions.microsoft.com> wrote in message
news:CF6BC728-BA9C-4F33-9BB8-820CFF14C3FE@microsoft.com...
> I am importing data into an excell spreadsheet that has 100,000 + records,
> how do I expand on the 65,356 record limit that I see in Excell?
You can't.
However, if your using the "import external data" option. you might be able
to setup a pivot table that imports external data. This way you wont have to
actually import the data into excel, but can use the pivot table to summarize
the data you want.
"Jake Clark" wrote:
> I am importing data into an excell spreadsheet that has 100,000 + records,
> how do I expand on the 65,356 record limit that I see in Excell?
I had the same problem. The easiest solution is to move "historical" entries
to another speadsheet - so you will have >=2 spreadsheets:
1. Current
2. History 1
3. History 2
etc.
IMHO it's much easier than pivot table - especially if you have existing
macros in VBA.
Użytkownik "Jonathan Cooper" <JonathanCooper@discussions.microsoft.com>
napisał w wiadomości
news:57580A27-AD35-440C-BCF6-7E1EDA30373C@microsoft.com...
> You can't.
>
> However, if your using the "import external data" option. you might be
able
> to setup a pivot table that imports external data. This way you wont have
to
> actually import the data into excel, but can use the pivot table to
summarize
> the data you want.
>
> "Jake Clark" wrote:
>
> > I am importing data into an excell spreadsheet that has 100,000 +
records,
> > how do I expand on the 65,356 record limit that I see in Excell?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks