View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cardfan3206 cardfan3206 is offline
external usenet poster
 
Posts: 12
Default Displaying data in a VBA User Form

I am relatively new to VBA and am having an issue with a user form. I have a
user form called ratings with multiple fields such as employee ID, name,
location, etc. I also have a worksheet called Master Data that contains all
of the information above. There are multiple records in this worksheet. I am
trying to create a way to display the information contained within this
spreadsheet in a form looking at one record at a time and be able to move
from one record to the next.

I have the form designed with all of my placeholders but cannot figure out
how to get the data to display in the form.

Any help would be greatly appreciated.