11-30-2011, 05:43 PM
please check this simple example
this code is working fine, i dont think there is any problem with " "
Code:
GrStart = 1
GrEnd ="14"
For Gr = GrStart to GrEnd
msgbox GrStart
msgbox GrEnd
next
this code is working fine, i dont think there is any problem with " "