Till here the info gotten is ok
Loop Until strainfo = ""
ScreenMNS.WaitH ostQuiet (400)
Second process
Copy "B" & paste in "E"
Range("B2:B600" ).Select
Selection.Copy
Range("E2").Sel ect
ActiveSheet.Pas te
Selection.Repla ce What:=" ", Replacement:="" , LookAt:=xlPart, _
SearchOrder:=xl ByRows, MatchCase:=Fals e, SearchFormat:=F alse, _
ReplaceFormat:= False
then I want to star other process from E2 and the error is on the next loop until
it say´s
" loop without do
this is what I just add
Loop Until strcontrol = ""
ScreenMNS.WaitH ostQuiet (400)
Loop Until strainfo = ""
ScreenMNS.WaitH ostQuiet (400)
Second process
Copy "B" & paste in "E"
Range("B2:B600" ).Select
Selection.Copy
Range("E2").Sel ect
ActiveSheet.Pas te
Selection.Repla ce What:=" ", Replacement:="" , LookAt:=xlPart, _
SearchOrder:=xl ByRows, MatchCase:=Fals e, SearchFormat:=F alse, _
ReplaceFormat:= False
then I want to star other process from E2 and the error is on the next loop until
it say´s
" loop without do
this is what I just add
Loop Until strcontrol = ""
ScreenMNS.WaitH ostQuiet (400)
Comment