Excel Error Message

G

Guest

hi,
i would suspect maching capcity before i would suspect
excel. how much memory do you have.
at the dos prompt type mem.
how much memeory is excell using
in blanks cell on some sheet type
=info("totmem")
=info("memused")
=info("memavail")
this will vary as you use excel. what them as you work.
 
M

Mark

Mr. Anonymous:

Here you go:

"mem" produced the following:
655360 bytes total conventional memory
655360 bytes available to MS-DOS
598048 largest executable program size

1048576 bytes total contiguous extended memory
0 bytes available contiguous extended memory
941056 bytes available XMS memory
ms-dos resident in high memory area

And
=info("totmem") produced 23,186,936
=info("memused") produced 22,138,360
=info("memavail") produced 1,048,576
 
D

Dai from Wales

Hi Mark

Did you ever get your question answered about the 'cannot complete with
available resources'? I have the same problem and cannot locate an answer
anywhere.
 

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