#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 89
Default excel sheet

i have two workbook both of them contain the same letter

on 175KB and the other 1082KB

how can I solve the problem

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default excel sheet

Check where XL *thinks* the last used cell is by using Ctrl + End on each
sheet of the larger Workbook and delete all the surplus Rows/Columns with
Edit Delete ,(NOT just the Delete key), save the Workbook and see if it is
any smaller.

Failing the above cutting down the size, it may be that you have some
corruption in the Sheets/Workbook.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"George A. Jululian" wrote in
message ...
i have two workbook both of them contain the same letter

on 175KB and the other 1082KB

how can I solve the problem




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 89
Default excel sheet

Many thanks

still the same size

Regards

"Sandy Mann" wrote:

Check where XL *thinks* the last used cell is by using Ctrl + End on each
sheet of the larger Workbook and delete all the surplus Rows/Columns with
Edit Delete ,(NOT just the Delete key), save the Workbook and see if it is
any smaller.

Failing the above cutting down the size, it may be that you have some
corruption in the Sheets/Workbook.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"George A. Jululian" wrote in
message ...
i have two workbook both of them contain the same letter

on 175KB and the other 1082KB

how can I solve the problem





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default excel sheet

Do you have any objects (pictures???) in the larger workbook?



George A. Jululian wrote:

i have two workbook both of them contain the same letter

on 175KB and the other 1082KB

how can I solve the problem


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 89
Default excel sheet

if there any objects (pictures???) how can i find them

i cleared all the rows and columns

"Dave Peterson" wrote:

Do you have any objects (pictures???) in the larger workbook?



George A. Jululian wrote:

i have two workbook both of them contain the same letter

on 175KB and the other 1082KB

how can I solve the problem


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default excel sheet

If they're visible, but to small to be noticed:

Do this on each sheet in the workbook:
Edit|goto|special|Objects

Then you can hit the delete key and delete all the selected objects.

If you get a message back that there are no objects, maybe they're not visible.
You can unhide them by using a small macro:

Option Explicit
Sub testme()
Dim shp As Shape
Dim wks As Worksheet

For Each wks In ActiveWorkbook.Worksheets
For Each shp In wks.Shapes
shp.Visible = True
Next shp
Next wks
End Sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

George A. Jululian wrote:

if there any objects (pictures???) how can i find them

i cleared all the rows and columns

"Dave Peterson" wrote:

Do you have any objects (pictures???) in the larger workbook?



George A. Jululian wrote:

i have two workbook both of them contain the same letter

on 175KB and the other 1082KB

how can I solve the problem


--

Dave Peterson


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 89
Default excel sheet

Thank you very much for your help and support

Regards



"Dave Peterson" wrote:

If they're visible, but to small to be noticed:

Do this on each sheet in the workbook:
Edit|goto|special|Objects

Then you can hit the delete key and delete all the selected objects.

If you get a message back that there are no objects, maybe they're not visible.
You can unhide them by using a small macro:

Option Explicit
Sub testme()
Dim shp As Shape
Dim wks As Worksheet

For Each wks In ActiveWorkbook.Worksheets
For Each shp In wks.Shapes
shp.Visible = True
Next shp
Next wks
End Sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

George A. Jululian wrote:

if there any objects (pictures???) how can i find them

i cleared all the rows and columns

"Dave Peterson" wrote:

Do you have any objects (pictures???) in the larger workbook?



George A. Jululian wrote:

i have two workbook both of them contain the same letter

on 175KB and the other 1082KB

how can I solve the problem

--

Dave Peterson


--

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
How to merge data in Excel - one sheet to template sheet? Gabriela Excel Worksheet Functions 2 July 26th 07 03:34 PM
Excel: have add'l rows entered in sheet 1 always show up in sheet Sooz in Grants Pass Excel Worksheet Functions 0 September 18th 06 01:33 AM
Excel worksheet - Can I make changes in one sheet affect contents of other sheet? [email protected] Excel Discussion (Misc queries) 3 July 11th 06 03:34 PM
Updating excel sheet with selected data from another sheet in the same file gsnivas Excel Worksheet Functions 1 August 4th 05 09:55 AM
How do I copy a print format from sheet to sheet in excel ? kernat Excel Discussion (Misc queries) 1 July 22nd 05 04:59 PM


All times are GMT +1. The time now is 06:50 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"