Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there a way to limit the number of rows and columns in an excel sheet?
|
#2
![]() |
|||
|
|||
![]()
The number of rows is limited to 65536 and the number of columns is limited to
256. You can hide the ones you're not using, but you can't get rid of them. You can make it so that users can't scroll off the area that you set, though. But it requires a small macro: Option Explicit Sub auto_open() With Worksheets("sheet1") .ScrollArea = "a1:g55" End With 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 dgreenbergreps wrote: Is there a way to limit the number of rows and columns in an excel sheet? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting Excel Data from One Sheet to Another.... | Excel Discussion (Misc queries) | |||
Stop Excel Rounding Dates | Excel Discussion (Misc queries) | |||
Hints And Tips For New Posters In The Excel Newsgroups | Excel Worksheet Functions | |||
Excel error - Startup (and Acrobat PDFMaker) | Setting up and Configuration of Excel | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |