View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default calling a function in a worksheet from a user form

How can I call a function in the code from a worksheet while in the code for
a form? For example, I have a function called GetData1 in a worksheet
"Part#". I want to call this functio from the VB code in a form "Status", but
'Call GetData1' doesn't work. Neither does 'Call Part#.GetData1'. Any ideas?