View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
phreud[_20_] phreud[_20_] is offline
external usenet poster
 
Posts: 1
Default Initialize textbox values

Hi,

I want to initialize all my textboxes when my userform is showed. The
are all connected to the worksheet with controlsource.

I tried using 'Me.txtSomebox.Value = 14' i the Userform_Initialize(
event, but it doesn't change the value. If I write to the cell (range
in the worksheet directly, it works. Why is this? It's alot clearer i
I can set the value using the textbox name directly.

Thanks in advance

/ phreu

--
Message posted from http://www.ExcelForum.com