A
andreas
Hi,
Is it possible to stop a sub in the middle waiting for a button clic to go
further ?
F.e.
dim blnToStop as boolean
private sub test
.......
.......
if blnTostop then
........? ' ( a button to click )
end if
..........
.......
end sub
Thanks for any response
Is it possible to stop a sub in the middle waiting for a button clic to go
further ?
F.e.
dim blnToStop as boolean
private sub test
.......
.......
if blnTostop then
........? ' ( a button to click )
end if
..........
.......
end sub
Thanks for any response