Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Is it possible to increase Excel's availible memory?

Could you copy the worksheets one by one?
Sub CopySheets()


Dim i As Integer

For i = 1 To ThisWorkbook.Sheets.Count
ThisWorkbook.Sheets(i).Copy After:=Workbooks
("Book1").Sheets(1)
Next i

End Sub

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
A way to increase the number of columns availible in Excel? jaba44 Excel Discussion (Misc queries) 1 January 28th 08 05:48 PM
How do i increase excel working memory in office 2003 Joseph Mwangi Excel Discussion (Misc queries) 1 October 8th 06 12:18 PM
Is it possible to increase Excel's availible memory? Ed P Excel Programming 1 July 7th 04 10:41 PM
excel's memory limits MD Excel Programming 0 June 17th 04 02:04 AM
Is there any way I can increase the size of the virtual memory in excel while running the macro? Julie[_8_] Excel Programming 2 January 27th 04 02:58 PM


All times are GMT +1. The time now is 08:14 PM.

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

About Us

"It's about Microsoft Excel"