View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Dataform - Forward/Backward Control

If you talking about a userform, there is no built in support for it. You
put buttons on the forms and write the code in the click event to update
your controls that display the data.

--
Regards,
Tom Ogilvy

"Jim May" wrote in message news:Xhi0f.66$jw6.44@lakeread02...
In Excel is there a way of entering controls on a form
to flip through the records of a table of data. I now
am loading the first record in the table into my form.
I just want to be able to <<using a control advance
to record 2,3,4,etc.. and 4,3,2,1
Can it be done? If so how..?
TIA,
Jim