Posts
 
Reputation
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
~2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for BillWebber

[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 …

Member Avatar for Kelbow-Mendes
0
2K

The End.