Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
1 Posted Topic
Re: [QUOTE=mattyb15;437844]Umm, You forgot the End If's... the code should be: Private Sub Command1_Click() Randomize Label1.Caption = Str(Int(Rnd * 49) + 1) Label2.Caption = Str(Int(Rnd * 49) + 1) Label3.Caption = Str(Int(Rnd * 49) + 1) Label4.Caption = Str(Int(Rnd * 49) + 1) Label5.Caption = Str(Int(Rnd * 49) + 1) Label6.Caption … |
The End.