View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gordon[_2_] Gordon[_2_] is offline
external usenet poster
 
Posts: 211
Default Using a Form in a Macro

Hi,
I've got an excel macro that gets a value from a form, and I'm trying to run
that macro programatically from Visual Basic.net. I've got the code that
creates the excel objects and runs the macro, however, I can't figure out how
to reference the form that resides in that Excel project.

Is it possible to do this?

TIA,
Gordon