Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can also hide the host application if that is the concern.
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Alok" wrote in message ... I am afraid as far as VBA is concerned, it has to run within the framework of one of the MS applications - Excel, Access, Word and Visio. (I might be missing one or two more!) It can do not MS application specific processing - for example processing data in text or binary files but you still need to open the MS application where the VBA code resides and run the VBA code from there. The other option is to use VBScript - which is not tied to MS Office applictions and can be run outside of those applications. Or you can use JavaScript. Alok "dr chuck" wrote: Does VBA have to run on a microsoft platform like Excel? Are there other options? What if i want to run my VBA program and have it not appear as an excel project? -- dr chuck |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel platforms | Excel Discussion (Misc queries) | |||
Need a count of #of times a result occurred on multiple platforms | Excel Worksheet Functions | |||
References changing between different platforms - DLL hell returns! | Excel Programming |