View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim May Jim May is offline
external usenet poster
 
Posts: 430
Default Scroll through Userform1 Records

I've created Userform1 for Entry and have populated
Sheets("mydata").Range("A2:L6") with 5 sample records.

I'd like to now use the SameLook form to be able
to Scroll-through and review each records data.
Q1) Should I create Userform2 (an identical copy of Uf1)and on it Q2) Can I
create Forward / Backward Controls?
Not sure how to do either..
Can someone assist?