View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_4_] Dick Kusleika[_4_] is offline
external usenet poster
 
Posts: 595
Default Scroll through Userform1 Records

Jim

http://www.dicks-blog.com/archives/2...heets-part-vi/

This is the last of six posts that describe how to do it.


--
Dick Kusleika
Excel MVP
Daily Dose of Excel
www.dicks-blog.com

Jim May wrote:
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?