Hi all
I have a vb6 project that im trying to upgrade, I ran the
code advisor for visual basic 6 and got a few FIXITS the one im having
a problem with this is the big one.

'FIXIT: Declare 'leap' and 'lastday' and 'nmonth' and 'nday' and 'nyear' and 'cyear' with an early-bound data type FixIT90210ae-R1672-R1B8ZE

Dim leap, lastday, nmonth, nday, nyear, cyear, Add_day As Integer


Since im new to vb.net I dont know how to do this one
any help appriciated.

Ed