Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Run this code and all will be revealed:
Sub test() MsgBox "Row number: " & Cells(650).Row & vbCrLf & _ "Column number: " & Cells(650).Column, , _ "Cells(650)" End Sub RBS "Robert Crandal" wrote in message ... I see that Excel's limits for a sheet are 65,536 rows and 256 columns. Does this mean I can't have 1 row with 650 columns?? I was planning to use the following code: For N = 1 to 650 Cells(1, N).Value = N Next N I tested this code and seemed to work okay. I'm just curious why the specs say 256 colums is max, yet I managed to fill in cells (1,1) to cells (1,650) with values?? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel limits | Excel Programming | |||
Limits of Excel | Excel Programming | |||
Excel 2007 question - row and column limits | Excel Discussion (Misc queries) | |||
Limits of excel | Excel Discussion (Misc queries) | |||
Excel Tab limits | Excel Discussion (Misc queries) |