View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
ChrisR ChrisR is offline
external usenet poster
 
Posts: 8
Default Echo Contents of ActiveCell into a Text box.

I want a Textbox to contain a text on a column of To Do statements - the one
the cursor is at.
I can make a textbox echo a given cell (but not a formula)
I can use a Custom function to read the current cell, but it only calculates
it once.
I cant make that cell echo or refer to the current ActiveCell dynamically
Can anyone help?