Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is the way to get the size of one sheet using macro?
Thanks, --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change the size of characters in Sheet 1, Sheet2, Sheet 3 | Excel Discussion (Misc queries) | |||
WHY DOES COPING FROM SHEET TO SHEET INCREASE SIZE DRAMATICALLY? | Excel Discussion (Misc queries) | |||
Work sheet size relative to screen size | Excel Discussion (Misc queries) | |||
how to set sheet size to reduce file size | Excel Discussion (Misc queries) | |||
Size of each sheet | Excel Discussion (Misc queries) |