View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lyndon107 Lyndon107 is offline
external usenet poster
 
Posts: 2
Default populate text boxes from data in worksheet

107I am a rookie excel programmer trying to display data from a worksheet to
textboxes which I thought to be a very simple operation but Excel just
ignores the instuctions i.e Dim Rw As Integer
Rw = 2
TextBox1.Text = Sheet1.Cells(rw,1)
Any help will be appreciated.