Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Can't Open Two Workbooks at the Same Time

I can't open two workbooks at the same time in one version of Excel. To get
around this I opened Excel twice and opened one workbook in each version.
Now I realize that I can't copy formulas between the two versions, it only
gives me a static value when I try. Is there anyway to open these two
workbooks in the same version of Excel or copy formulas from one version of
Excel to the other? Both workbooks I'm using are basically the same, both
about 10,000 kb in size.

Thanks

Adam Bush
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Can't Open Two Workbooks at the Same Time

Dave,

When I try to open two workbooks, the fonts look all messed up, then I get
an out of memory message along with a printer setup error. I've tried this
on five different computers and I get the same results each time. I have
some VBA code in these workbooks, could it have anything to do with that? I
tried opening two 30,000 kb workbooks at the same time and that worked fine,
so to me it seems like something is wrong internally with the workbooks I'm
trying to open, but I'm not sure. Any ideas?

Thanks

Adam Bush

"Dave Peterson" wrote:

Why can't you open both workbooks in the same session of excel?

Open excel and then use File|Open (twice) to open both files????

wrote:

I can't open two workbooks at the same time in one version of Excel. To get
around this I opened Excel twice and opened one workbook in each version.
Now I realize that I can't copy formulas between the two versions, it only
gives me a static value when I try. Is there anyway to open these two
workbooks in the same version of Excel or copy formulas from one version of
Excel to the other? Both workbooks I'm using are basically the same, both
about 10,000 kb in size.

Thanks

Adam Bush


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Can't Open Two Workbooks at the Same Time

30,000Kb times two is 60,000Kb which is 60Mb

Depending upon your computer's resources, Excel may choke on that.


Gord Dibben MS Excel MVP

On Tue, 6 May 2008 12:52:06 -0700,
m wrote:

Dave,

When I try to open two workbooks, the fonts look all messed up, then I get
an out of memory message along with a printer setup error. I've tried this
on five different computers and I get the same results each time. I have
some VBA code in these workbooks, could it have anything to do with that? I
tried opening two 30,000 kb workbooks at the same time and that worked fine,
so to me it seems like something is wrong internally with the workbooks I'm
trying to open, but I'm not sure. Any ideas?

Thanks

Adam Bush

"Dave Peterson" wrote:

Why can't you open both workbooks in the same session of excel?

Open excel and then use File|Open (twice) to open both files????

wrote:

I can't open two workbooks at the same time in one version of Excel. To get
around this I opened Excel twice and opened one workbook in each version.
Now I realize that I can't copy formulas between the two versions, it only
gives me a static value when I try. Is there anyway to open these two
workbooks in the same version of Excel or copy formulas from one version of
Excel to the other? Both workbooks I'm using are basically the same, both
about 10,000 kb in size.

Thanks

Adam Bush


--

Dave Peterson


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Can't Open Two Workbooks at the Same Time

And in the odd chance that it's the printer that's causing the trouble, you may
want to open excel, then change your default printer to something else, then
open your two files.



wrote:

Dave,

When I try to open two workbooks, the fonts look all messed up, then I get
an out of memory message along with a printer setup error. I've tried this
on five different computers and I get the same results each time. I have
some VBA code in these workbooks, could it have anything to do with that? I
tried opening two 30,000 kb workbooks at the same time and that worked fine,
so to me it seems like something is wrong internally with the workbooks I'm
trying to open, but I'm not sure. Any ideas?

Thanks

Adam Bush

"Dave Peterson" wrote:

Why can't you open both workbooks in the same session of excel?

Open excel and then use File|Open (twice) to open both files????

wrote:

I can't open two workbooks at the same time in one version of Excel. To get
around this I opened Excel twice and opened one workbook in each version.
Now I realize that I can't copy formulas between the two versions, it only
gives me a static value when I try. Is there anyway to open these two
workbooks in the same version of Excel or copy formulas from one version of
Excel to the other? Both workbooks I'm using are basically the same, both
about 10,000 kb in size.

Thanks

Adam Bush


--

Dave Peterson


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Can't Open Two Workbooks at the Same Time

Gord,

What I was saying was I CAN open two 30mb workbooks at the same time with no
problem. When I open the two workbooks in question, which are only 20 mb
combined, I get the errors and Excel shuts down.

Adam Bush

"Gord Dibben" wrote:

30,000Kb times two is 60,000Kb which is 60Mb

Depending upon your computer's resources, Excel may choke on that.


Gord Dibben MS Excel MVP

On Tue, 6 May 2008 12:52:06 -0700,
m wrote:

Dave,

When I try to open two workbooks, the fonts look all messed up, then I get
an out of memory message along with a printer setup error. I've tried this
on five different computers and I get the same results each time. I have
some VBA code in these workbooks, could it have anything to do with that? I
tried opening two 30,000 kb workbooks at the same time and that worked fine,
so to me it seems like something is wrong internally with the workbooks I'm
trying to open, but I'm not sure. Any ideas?

Thanks

Adam Bush

"Dave Peterson" wrote:

Why can't you open both workbooks in the same session of excel?

Open excel and then use File|Open (twice) to open both files????

wrote:

I can't open two workbooks at the same time in one version of Excel. To get
around this I opened Excel twice and opened one workbook in each version.
Now I realize that I can't copy formulas between the two versions, it only
gives me a static value when I try. Is there anyway to open these two
workbooks in the same version of Excel or copy formulas from one version of
Excel to the other? Both workbooks I'm using are basically the same, both
about 10,000 kb in size.

Thanks

Adam Bush

--

Dave Peterson



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Can't Open Two Workbooks at the Same Time

Upon a careful re-read of your original post I see that you said you tried to
open two 30,000Kb files and "it worked fine".

My mistake. Ignore my blathering on.


Gord

On Wed, 7 May 2008 08:58:01 -0700,
m wrote:

Gord,

What I was saying was I CAN open two 30mb workbooks at the same time with no
problem. When I open the two workbooks in question, which are only 20 mb
combined, I get the errors and Excel shuts down.

Adam Bush

"Gord Dibben" wrote:

30,000Kb times two is 60,000Kb which is 60Mb

Depending upon your computer's resources, Excel may choke on that.


Gord Dibben MS Excel MVP

On Tue, 6 May 2008 12:52:06 -0700,

m wrote:

Dave,

When I try to open two workbooks, the fonts look all messed up, then I get
an out of memory message along with a printer setup error. I've tried this
on five different computers and I get the same results each time. I have
some VBA code in these workbooks, could it have anything to do with that? I
tried opening two 30,000 kb workbooks at the same time and that worked fine,
so to me it seems like something is wrong internally with the workbooks I'm
trying to open, but I'm not sure. Any ideas?

Thanks

Adam Bush

"Dave Peterson" wrote:

Why can't you open both workbooks in the same session of excel?

Open excel and then use File|Open (twice) to open both files????

wrote:

I can't open two workbooks at the same time in one version of Excel. To get
around this I opened Excel twice and opened one workbook in each version.
Now I realize that I can't copy formulas between the two versions, it only
gives me a static value when I try. Is there anyway to open these two
workbooks in the same version of Excel or copy formulas from one version of
Excel to the other? Both workbooks I'm using are basically the same, both
about 10,000 kb in size.

Thanks

Adam Bush

--

Dave Peterson




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
When i open excel file it takes time to open Muraliraj Menon Excel Discussion (Misc queries) 1 May 23rd 07 12:50 PM
When I open Excel, workbooks open automatically. How can I stop t Rhealbird Excel Discussion (Misc queries) 2 February 23rd 06 10:08 AM
Can Excel open a new application every time you open a file? shoon Setting up and Configuration of Excel 0 December 13th 05 03:28 PM
Keeping 2 Excel workbooks open at the same time Royal Excel Discussion (Misc queries) 2 April 18th 05 10:10 PM
How do I stop Excel from closing the open file each time I open a. Welsin Setting up and Configuration of Excel 3 January 8th 05 11:16 PM


All times are GMT +1. The time now is 01:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"