Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can we get the size of a sheet ?

Is the way to get the size of one sheet using macro?
Thanks,


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 103
Default Can we get the size of a sheet ?

On Tue, 27 Jan 2004 01:51:00 -0600, bookworm98
wrote:

Is the way to get the size of one sheet using macro?
Thanks,


Not sure what you're getting at there. Every sheet is the same size;
65,536 rows * 256 columns.

If you mean the number of cells in USE, you could use:

ActiveSheet.UsedRange.Cells.Count

Similarly if you want to know the address of the used range:

ActiveSheet.UsedRange.Address

You can then use that address with a Range property to return
information about the used range.

If none of that is what your after, please post again with details.

---------------------------------------------------------
Hank Scorpio
scorpionet who hates spam is at iprimus.com.au (You know what to do.)
* Please keep all replies in this Newsgroup. Thanks! *
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can we get the size of a sheet ?

I want to calculate how many *bytes in one sheet.*
Is there any functions to get the sheet size (like get filesize)?
Thanks


---
Message posted from http://www.ExcelForum.com/

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 103
Default Can we get the size of a sheet ?

On Tue, 27 Jan 2004 04:08:39 -0600, bookworm98
wrote:

I want to calculate how many *bytes in one sheet.*
Is there any functions to get the sheet size (like get filesize)?
Thanks


I don't believe so, no.

---------------------------------------------------------
Hank Scorpio
scorpionet who hates spam is at iprimus.com.au (You know what to do.)
* Please keep all replies in this Newsgroup. Thanks! *
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 208
Default Can we get the size of a sheet ?

Hi
Size is too vague. The whole sheets dimensions in cm? points? The used
areas dimensions? The number of cells on the sheet? The number of
cells in the used area? The size of a sheet of A4? Then there is
zooming to think about and....

regards
Paul

bookworm98 wrote in message ...
Is the way to get the size of one sheet using macro?
Thanks,


---
Message posted from http://www.ExcelForum.com/



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 change the size of characters in Sheet 1, Sheet2, Sheet 3 Mark 414 Excel Discussion (Misc queries) 3 May 23rd 08 11:39 PM
WHY DOES COPING FROM SHEET TO SHEET INCREASE SIZE DRAMATICALLY? Jerry Excel Discussion (Misc queries) 0 June 1st 07 05:06 PM
Work sheet size relative to screen size Florida Tom Excel Discussion (Misc queries) 1 April 16th 07 02:22 AM
how to set sheet size to reduce file size LJ Excel Discussion (Misc queries) 1 November 26th 06 02:35 AM
Size of each sheet Brisbane Rob Excel Discussion (Misc queries) 3 February 20th 06 07:50 PM


All times are GMT +1. The time now is 02:21 AM.

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"