it's possible to run a program without using any office program??

F

filo666

it's possible to run a program in VB without using any office program??
I mean, use VB as a Programmer program for windows¡¡¡
 
V

Van T. Dinh

If you are talking about VB by itself, then there is Visual Basic 6
(Microsoft support will be withdrawn shortly) or Visual Basic .Net.

If you are talking about VBA, then no. VBA is linked with Office software
(and others) and you need to use an Office (& other) program to use VBA.
 
T

Tim Ferguson

it's possible to run a program in VB without using any office program??
I mean, use VB as a Programmer program for windows¶­¶­¶­

In addition to Van's answer, the third opportunity is to use VBScript,
either in the WScript or CScript host or within Internet Explorer. Bear in
mind, though, that it's a mean subset of VBA with completely weak typing
and some functions missing, not least the Format() function.

What are you trying to achieve?

Tim F
 
Top