View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Xaviero Xaviero is offline
external usenet poster
 
Posts: 1
Default Programming in .Net for Excel

I am adding controls (such as dropdowns and buttons) to an excel worksheet
and I want to program function that are executed upon control events. After
programming the functions in VS (what type of project should use?) how do I
link the control events on in Excel to the .net code?
Thanks,
-Xaviero