View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default moving sheet changes object assignment?

gotcha. thanks.

for the app I'm building, it seems best to just reassign the shData object
after the move.

Thanks for the explanation.

Mark

"Norman Jones" wrote:

Otherwise expressed, there are two objects: the original sheet and the
copied sheet and the object variable is set to the former, not the latter.