radubalmus
Programmer
i am trying to have a brake in the running of the code...
while a cycle is running(ex: For......Next), before incrementation i want to stop and to see what has been happening in the exel sheet, eventualy do some hand modifying, and then to resume the code...
i was thinking with a userform, and when i click i button to resume, but i am having problems with the modal property: if it is modal i can't modify, and if i set it vbModeless i doesn't stop...
while a cycle is running(ex: For......Next), before incrementation i want to stop and to see what has been happening in the exel sheet, eventualy do some hand modifying, and then to resume the code...
i was thinking with a userform, and when i click i button to resume, but i am having problems with the modal property: if it is modal i can't modify, and if i set it vbModeless i doesn't stop...