View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ian Collard Ian Collard is offline
external usenet poster
 
Posts: 1
Default Textboxes on a worksheet

I have placed 4 TextBoxes directly onto a worksheet from
the Control Toolbox menu bar. Each TextBox is sourced
from a different cell, with text that is too long for the
box. All the boxes have MultiLine and WordWrap set to
TRUE. However, as I move between boxes those no longer
with the focus change the part of the text they are
showing, and sometimes lose their scroll bars.

Also when I click back into a box it shows a different
block of the text each time, i.e. sometimes at the
beginning, sometimes halfway through.

Has anybody else expereinced this? Am I missing
something obvious?

Ian