Got a question about setting stop point for executing code

B

Brent E

Good morning,

I know I can set a break point to make code stop at a specified point. I am
curious if I can set a break point, make code stop, then correct some data on
a file at that point, then make code resume where left off after correction
is made. Can I do this? Thanks.

Cordially,
 
D

Dirk Goldgar

Brent E said:
Good morning,

I know I can set a break point to make code stop at a specified
point. I am curious if I can set a break point, make code stop, then
correct some data on a file at that point, then make code resume
where left off after correction is made. Can I do this? Thanks.

You can correct data, both on file and in the variables your procedure
is working with, but don't try to correct code -- while that can
sometimes be done, it tends to cause corruption of the VB project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top