What is the operation that you want to perform after setting focus?

Instead of setting focus try this...

vb Code:
  1. With Spread1
  2. '~~> your code to execute the opreation without setting focus...
  3. End With