Increase default size of worksheet

W

Westontony

I am trying to copy a floppy containing data into a Excel
worksheet. I keep getting the message 'all file is not
loaded'. How do increase the default size of a worksheet
to enable the floppy to download all of the data?
 
G

Gordon

Westontony said:
I am trying to copy a floppy containing data into a Excel
worksheet. I keep getting the message 'all file is not
loaded'. How do increase the default size of a worksheet
to enable the floppy to download all of the data?

Not *quite* sure what you are trying to do, but have you tried copying the
file from the floppy to your HDD and using that?
 
G

Gord Dibben

Excel has 256 columns and 65536 rows per worksheet.

To import more would require VBA to spread the data over more than one sheet.

Search google for code.

Alternative.........cut your data file into manageable chunks.

Alternative.........Use Excel's Query features to bring in smaller pieces.

Gord Dibben Excel MVP
 
G

Gordon

Gord said:
Excel has 256 columns and 65536 rows per worksheet.

To import more would require VBA to spread the data over more than
one sheet.

I would be *very* suprised if data from a floppy (1.4MB only) would fill an
area bigger than 256x65536.......
 
L

Leo Heuser

Gordon said:
I would be *very* suprised if data from a floppy (1.4MB only) would fill an
area bigger than 256x65536.......
The floppy may hold data for 15 columns x 70000 rows (as an example)
 
G

Gord Dibben

I would be *very* suprised if data from a floppy (1.4MB only) would fill

How did this get tacked onto my posting?

To "Gordon"

I would appreciate if you responded to OP rather than tacking onto others'
postings.

Gord Dibben Excel MVP
 
L

Leo Heuser

Why tack this to my posting??

Leo Heuser

Gord Dibben said:
How did this get tacked onto my posting?

To "Gordon"

I would appreciate if you responded to OP rather than tacking onto others'
postings.

Gord Dibben Excel MVP
 
L

Leo Heuser

Strange indeed, Gord.
I use OE, and here it *is* tacked on. See screenshot below.

Go figure!

Leo

Increase default size of worksheet Westontony
Re: Increase default size of worksheet Gordon
Re: Increase default size of worksheet Gord Dibben
Re: Increase default size of worksheet Gordon
Re: Increase default size of worksheet Leo Heuser
Re: Increase default size of worksheet Gord Dibben
Re: Increase default size of worksheet Leo Heuser
Re: Increase default size of worksheet Gord Dibben
 
G

Gord Dibben

Leo

We're talking about two different things.

"Gordon"'s post showed up in my post and above my signature(see bottom of this
thread).

My post in reply to yours was between my header name and above my signature.

Your post that I replied to was quoted below my signature.

Gord
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top