[AccessD] Do While in VBA

Steve Turner sturner at mseco.com
Wed Jun 25 10:30:36 CDT 2008


  

Hello,

Quick question I know someone can help with. I have a VBA macro in Excel
I'm working on with a Do While loop in it. I want it to stop on a cell I
put something in to make it stop. Right now it just bypasses what ever I
put in the cell. Its puzzling why. Can't use the "" blank cell because
the macro is deleting blank rows. Declared a string var but what I put
in it may be somehow different than what shows up in the cell by some
small amount like Stop, "Stop" tried both but it didn't work. Using

Dim dontdo$

dontdo = "Stop" 

x = ActiveCell.Row

 Do While ActiveCell(x, 1).Value <> dontdo. 

 

Steve A. Turner
Controller
Mid-South Engineering Co. Inc
P.O. Box 1399
Hot Springs, AR 71902
E-Mail: sturner at mseco.com and saturner at mseco.com
Phone:(501)321-2276
Fax:     (501)321-4750 

 



More information about the AccessD mailing list