Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a user form where I need to control record navigation. Upon
activation, the form goes to the first record. I have command buttons on the form that need to move the user to the "previous" or "next" record and I can't figure out how to make that work. Please help. I tried this: dim firstrow as object set firstrow=shee1.range("b2").end(xldown) firstrow.offset(1,0).value=textbox1.text etc. then I thought I'd loop through this by adding 1 at the end. I get an error message "object required" Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Move to next record | Excel Discussion (Misc queries) | |||
User Record | Excel Worksheet Functions | |||
How do I fill a cell in a user form from a selection on same form? | Excel Discussion (Misc queries) | |||
I am looking to see if anybody has an equivalant user form to Outlooks CONTACT form | Excel Programming |