I'm writing a VBA module that uses a lot of computational power. To speed things up, I'm using all available processors on my machine. Excel gives me an option though to use a different number of threads. Is there a difference between (for example) specifying 8 processors versus selecting 8 threads? Would selecting 7 threads limit the machine to using 7 processors?
Thank you