View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] baobob@my-deja.com is offline
external usenet poster
 
Posts: 100
Default TreeView's pos on UserForm changes by itself.

Until I complete the excruciating process of finding out how to
disable screen updating while pruning a TreeView (deleting & moving
nodes), I hit on the idea of setting TreeView.Visible = False, then =
True again when processing's done.

When I do, the TV's re-shows in a DIFFERENT position on the UserForm
than before. (It has shifted to what seems like the U.L.-most corner.)

NOW what's going on?

Thanks.

***