A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

2007 Rows??



 
 
Thread Tools Display Modes
  #1  
Old May 23rd, 2009, 11:00 AM posted to microsoft.public.excel.misc
John McCabe
external usenet poster
 
Posts: 18
Default 2007 Rows??

Was trying to show how 2007 will go to 1 mill rows. Can do it open new
BLANK worksheet.

How can I do it if the worksheet is already existing and just want to show
HOW it can go to more rows than will ever need.


  #2  
Old May 23rd, 2009, 11:23 AM posted to microsoft.public.excel.misc
Jarek Kujawa[_2_]
external usenet poster
 
Posts: 775
Default 2007 Rows??

if you want to go to 1,000,000th row press CTRL+G and in "reference"
window insert A1000000, then press OK


On 23 Maj, 12:00, "John McCabe" wrote:
Was trying to show how 2007 will go to 1 mill rows. *Can do it * open new
* BLANK worksheet.
How can I do it if the worksheet is already existing and just want to show
HOW it can go to more rows than will ever need.


  #3  
Old May 23rd, 2009, 11:47 AM posted to microsoft.public.excel.misc
royUK[_15_]
external usenet poster
 
Posts: 1
Default 2007 Rows??


Not really sure what you mean, maybe

Code:
--------------------

Option Explicit

Private Sub Workbook_Open()
MsgBox ActiveSheet.Rows.Count
End Sub
--------------------


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site' (http://www.excel-it.com/)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=99812

  #4  
Old May 23rd, 2009, 03:06 PM posted to microsoft.public.excel.misc
Harald Staff[_2_]
external usenet poster
 
Posts: 198
Default 2007 Rows??

If it is an existing xls file, save as xlsx or xlsm in Excel 2007. Close and
reopen, and it should have lots of fresh new rows and columns.

HTH. Best wishes Harald


"John McCabe" wrote in message
ng.com...
Was trying to show how 2007 will go to 1 mill rows. Can do it open
new
BLANK worksheet.

How can I do it if the worksheet is already existing and just want to show
HOW it can go to more rows than will ever need.


  #5  
Old May 23rd, 2009, 03:20 PM posted to microsoft.public.excel.misc
royUK[_16_]
external usenet poster
 
Posts: 1
Default 2007 Rows??


Harald Staff;355753 Wrote:
If it is an existing xls file, save as xlsx or xlsm in Excel 2007. Close
and
reopen, and it should have lots of fresh new rows and columns.

HTH. Best wishes Harald


"John McCabe" wrote in message
ng.com...
Was trying to show how 2007 will go to 1 mill rows. Can do it open

new
BLANK worksheet.

How can I do it if the worksheet is already existing and just want to

show
HOW it can go to more rows than will ever need.


The number of rows and coluimns remains constant, what do you mean by
new?


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site' (http://www.excel-it.com/)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=99812

  #6  
Old May 23rd, 2009, 08:21 PM posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
 
Posts: 19,791
Default 2007 Rows??

I'm sure Harald meant that you'll see lots more than the 64k rows and 255
columns. Those additional rows/columns are "new".

Try Harald's suggestion once more. Make sure you save it in that nice new
format.

If that doesn't work, then include the choice of fileformat you made on that
saveas dialog.

royUK wrote:

Harald Staff;355753 Wrote:
If it is an existing xls file, save as xlsx or xlsm in Excel 2007. Close
and
reopen, and it should have lots of fresh new rows and columns.

HTH. Best wishes Harald


"John McCabe" wrote in message
ng.com...
Was trying to show how 2007 will go to 1 mill rows. Can do it open

new
BLANK worksheet.
How can I do it if the worksheet is already existing and just want to

show
HOW it can go to more rows than will ever need.


The number of rows and coluimns remains constant, what do you mean by
new?

--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site' (http://www.excel-it.com/)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=99812


--

Dave Peterson
  #7  
Old May 24th, 2009, 12:34 PM posted to microsoft.public.excel.misc
John McCabe
external usenet poster
 
Posts: 18
Default 2007 Rows??

Sorry to report I did forget about the extra X on the end to make it
version 7. Thank you one and all.
"Jarek Kujawa" wrote in message
...
if you want to go to 1,000,000th row press CTRL+G and in "reference"
window insert A1000000, then press OK


On 23 Maj, 12:00, "John McCabe" wrote:
Was trying to show how 2007 will go to 1 mill rows. Can do it open new
BLANK worksheet.

How can I do it if the worksheet is already existing and just want to show
HOW it can go to more rows than will ever need.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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