Testing (Code, 8 lines)
Mar 12th 2016 #1 Testing Code Sub MYTest() Dim x as Long 'test Rem Test for x = 1 to 5 ' test debug.print x next x End Sub
Mar 12th 2016 #2 Re: testing code tgastesting retest Quote from pike;767290 Testing Code Sub MYTest() Dim x as Long 'test Rem Test for x = 1 to 5 ' test debug.print x next x End Sub