![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 31
|
I have created a User form but can't find how to show only the celss which have been used, I basically want to create a form that users can only access the fill in areas, check boxes or drop down lists?. I also want to estrict the usef from scrolling down any further than the bottom of the form etc. Can anyone help
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Posts: 31
|
Just Dragging this to the top of the list incase the guy who has the answer is now up and about
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 31
|
[ This Message was edited by: Thespiv on 2002-03-04 06:18 ] |
|
|
|
|
|
#4 |
|
New Member
Join Date: Mar 2002
Posts: 31
|
keeping this on top cos i really need an answer!
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Location: Las Vegas Nevada USA
Posts: 240
|
To restrict scroll area us this.
Private Sub Worksheet_SelectionChange(ByVal Target As Range) Me.ScrollArea = "H1:H50" Change to suit 'To set back to normal use: Me.ScrollArea = "" End Sub |
|
|
|
|
|
#6 |
|
New Member
Join Date: Mar 2002
Posts: 31
|
GeorgeB, computer expert, mastermind, and super hero, fear not folks for where others attempt to problem solve, GeorgeB dons the cape and lycra suit and fly's in as ExcelMan. Tough, Fearless and faster than a speeding cursor. So stand aside all you would be 'experts' cos as far as I'm concerned GeorgB is No1 superfixer exrodinaire.
As you can probalby tell George, it worked,, and I am extremely grateful. Thanks a Million Terry (Thespiv):-> |
|
|
|
|
|
#7 |
|
Board Regular
Join Date: Feb 2002
Location: Las Vegas Nevada USA
Posts: 240
|
You're very welcome. Pass it on and keep on Excelling.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|