View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kura of Tyren Kura of Tyren is offline
external usenet poster
 
Posts: 4
Default keeping buttons from moving

You may find it helpful to simply use some positioning
commands such as
cmdbutton1.top= valuea
and
cmdbutton1.left= valueb
To simply set the command button to the location you'll
want it to appear at whenever the row is made visible
again. Simply enter code similar to that wherever code is
executing that is causing the button to be moved.