View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Kevin is offline
external usenet poster
 
Posts: 21
Default Basic Userform Controlsource question

I've built a very basic userform, which works fine when I
hardcode cell adresses (i.e. 'patient data'!B4) for a
contol. I can't find docs on how to format the controlbox
to display the cell dynamically (i.e. sheets("patient
data").cells(rownum,2)).

I can't find the syntax/format to do this in the
Properties tool, ControlSource.

thanks

Kevin