View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
altoonaPillarRock altoonaPillarRock is offline
external usenet poster
 
Posts: 4
Default Processing a UserForm from an AddIn

How do I set the focus to a control in a userform in the active workbook
from code in an add in?

I have the active workbook calling a function in an add in to validate and
process a userform in the active worksheet.

Thanks.