View Single Post
 
Old 08-21-2008, 01:27 AM
leroytrolley leroytrolley is offline
Novice
 
Join Date: Jul 2008
Posts: 11
leroytrolley is on a distinguished road
Default A little Visual Basic Help Please

Hi

I need a little help with some VB Code. I did do a one year VB course 8 years ago, and have forgotten most of it.

I need help with getting this code to be properly formatted and the correct syntax added.

Basically the code will stop the user (me) from entering a number more than 50.

var : weeknumber = integar

if weeknumber > 50 then
weeknumber = 50

end if

I need to know where I add this code too.

Many thanks

Leroy
Reply With Quote