Thread: .ControlSource
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ctech[_128_] Ctech[_128_] is offline
external usenet poster
 
Posts: 1
Default .ControlSource


I have this bit of code in a macro

With C5B_UserForm.ComboBox1
RowSource = mSource
ControlSource = Worksheets("Template").Range("X4")
End With

However Im getting an '3802 error on the ControlSource bit, anyone know
why?


--
Ctech


------------------------------------------------------------------------
Ctech's Profile: http://www.excelforum.com/member.php...o&userid=27745
View this thread: http://www.excelforum.com/showthread...hreadid=526689