I have recently purchased the VBA and MACROS for microsoft excel book. Would it be appropriate to post any problems that I encounter here? I am an absolute beginner and am sure that some of my queries will appear foolish but I can handle the ridicule.
e.g
the following code on page 66 only works for the first zero in the list, not as suggested for all zeros encountered
Set Rng = Range("B1:B16").Find(What:=0, LookAt:=xlWhole, LookIn:=xlValues)
Rng.Offset(, 1).Value = "LOW"
thanks
Nick
e.g
the following code on page 66 only works for the first zero in the list, not as suggested for all zeros encountered
Set Rng = Range("B1:B16").Find(What:=0, LookAt:=xlWhole, LookIn:=xlValues)
Rng.Offset(, 1).Value = "LOW"
thanks
Nick