TurboDieselOne
Board Regular
- Joined
- Oct 29, 2008
- Messages
- 52
Can seem to get this to work I have a Current Button Loads the form OK
Then Next Button should use the :-
CurrentRow = ActiveCell.Row
CurrentRow = CurrentRow+1
Load the Form Data...
Too many lines to list here
Its goes Ok once but then when I press next again it does nothing.
Any clues before I try tackling the Previous
Thanks
Oh I have the Userform Fields fill like example below
Me.intIndex.Text = Worksheets("Sheet1").Cells(CurrentRow, "BG").Value
Then Next Button should use the :-
CurrentRow = ActiveCell.Row
CurrentRow = CurrentRow+1
Load the Form Data...
Too many lines to list here
Its goes Ok once but then when I press next again it does nothing.
Any clues before I try tackling the Previous
Thanks
Oh I have the Userform Fields fill like example below
Me.intIndex.Text = Worksheets("Sheet1").Cells(CurrentRow, "BG").Value