L
Lily
I want to set up the size of my spreadsheet to a limit number of rows and
columns, but I don't know how.
I found the post pasted below, which was helpful but if I close my file and
open it again, all the rows and colums are available again
==========
http://www.mrexcel.com/archive/VBA/6459.html
......(this example assumes you're working with sheet1.)
Open the VB Editor (Alt+F11) and click View, Project Explorer. The Click
View, Properties.
Click the relevant worksheet in the explorer (you may have to expand the
tree). In the Properties window change the ScrollArea to $1:$365
This will prevent the user from scrolling past the 365th row.
==========================================
Hope someone can help.
columns, but I don't know how.
I found the post pasted below, which was helpful but if I close my file and
open it again, all the rows and colums are available again
==========
http://www.mrexcel.com/archive/VBA/6459.html
......(this example assumes you're working with sheet1.)
Open the VB Editor (Alt+F11) and click View, Project Explorer. The Click
View, Properties.
Click the relevant worksheet in the explorer (you may have to expand the
tree). In the Properties window change the ScrollArea to $1:$365
This will prevent the user from scrolling past the 365th row.
==========================================
Hope someone can help.