Executing a Macro From a Desktop Icon

  • Thread starter Thread starter SidBord
  • Start date Start date
S

SidBord

Is it possible to execute a Visual Basic macro from
somewhere other than, say, Excel (where I use them most) or
Word?
 
SidBord said:
Is it possible to execute a Visual Basic macro from
somewhere other than, say, Excel (where I use them most) or
Word?

Depends on what they do. If they do lots of Excel (or Word) specific tasks,
it wouldn't seem to make sense using the macros without Excel (or Word). If
they do generic, OS-level things, it's likely you could translate them into
VBScript and run them via Windows Scripting Host.
 

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