|
-
Aug 25th, 2004, 02:59 PM
#1
Thread Starter
New Member
Using a button to add 1 to a counter....
Haven't used vb in years so sorry for the rustyness here.
I'm using a form to display excel data. I'm taking multiple fields across one row and displaying them in textboxes. When I reference the cells I want to use a counter to replace the row index as in..
textbox1.text = cells(counter, 1)
I then need a button that will add 1 to that counter so it will essentially take me to the next record. Any help will be greatly appreciated....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|