Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Because i must have ciffers from 1 -9 with 01-02-03 ..... i use this kur1 = Range("kursist!$g$1").Text But when i use this in my do while like Do While kur1 <= kur2 bla bla bla kur1 = kur1 + 1 Loop then it don't stop the loop CAn some one help please - i know how to do it if i dont use 01-02-.... then i can use kur1 = Range("kursist!$g$1").value Best regards alvin |