I have absolutely no programming experience, and would like some help! I made a macro and the macro itself works great, but I have two questions:
1.) The macro takes a while to run, during that time my computer seems to not let me use other programs (I can but the program constantly "deselects" itself so it is difficult) Is there any way to prevent the macros from doing this, so that I can do other things while the macro is running?
2.) I have the macro set to change cell A4 to a particular value, then right after that to change cell B4 to equal A4+1. However, every other time that it changes A4, the value of B4 changes to a decimal (ex. 1.5, 2.5, 3.5, etc). A4 is always an integer, so B4 should always be an integer also. I think that this may be because it changes B4 while A4 is still changing so it takes the midpoint of the two A4 values, but I am not sure. Any ideas?
Bookmarks