Macros in .NET

  • Thread starter Thread starter sonali_reddy123
  • Start date Start date
S

sonali_reddy123

Hi

My application needs a macro defined which have a scope throughout
application.Is it possible if yes how?

Thanks in advance.
 
Hi,

You can have a public subroutine or function in a module that is
available through out the whole application.

Ken
---------------------
Hi

My application needs a macro defined which have a scope throughout
application.Is it possible if yes how?

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top