Thread: Excel-VBA
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Excel-VBA

No because VBA is a hosted facility, it can only run with the hosting
container such as Excel, Word, etc.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"falconshh" wrote in message
...
the question is:
with no office environment, VBA can be executed ?

"Bob Phillips" wrote:

So what is the question?

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)



"falconshh" wrote in message
...
I have a package of SSIS , this package can create and edit a excel
file
by
using VBA with installed office environment .

With no office environment , that package can create ,but not edit that
excel file..

Excel.dll, Office.dll and VBIDE.dll are necessary??