View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CR[_3_] CR[_3_] is offline
external usenet poster
 
Posts: 1
Default How do I set the value of a textbox on a userform to the value in a named cell?

Let's say that I have a cell named "FredCell". And I have a textbox
("textbox1") on a userform. When I activate the userform, I want the
form to display the value in "FredCell" in textbox1. Is there anyway
to refer to the name "FredCell" without using row and column notation?

I hope this question isn't too basic, but I'm just starting out!