I have VBA automating Excel work that includes some copying and pasting of rows and columns.
I decided to do some work on MS Word on the same PC and noticed that when I copied something it was sometimes not available for pasting a second later. I assume this is b/c VBA/Excel used a copy command in between. No big deal. However, is it possible that I could also have messed up what was pasted in Excel by using copying w/ Word? In general, could the VBA procedure be changed by anything I do in other programs?
BTW, I'm not so worried about the copying and pasting point I use as an example above, since the time b/t copying in pasting in my VBA should be nearly instantaneous. But I'm curious in general. Saving is also a concern...
Thanks,
k
I decided to do some work on MS Word on the same PC and noticed that when I copied something it was sometimes not available for pasting a second later. I assume this is b/c VBA/Excel used a copy command in between. No big deal. However, is it possible that I could also have messed up what was pasted in Excel by using copying w/ Word? In general, could the VBA procedure be changed by anything I do in other programs?
BTW, I'm not so worried about the copying and pasting point I use as an example above, since the time b/t copying in pasting in my VBA should be nearly instantaneous. But I'm curious in general. Saving is also a concern...
Thanks,
k
Last edited: