ignorant question...

ignorant question...

Anonymous
Not applicable
279 Views
3 Replies
Message 1 of 4

ignorant question...

Anonymous
Not applicable

See I am being honest from the start... I know
precious little about VBA and just a bit more about LISP.  I have books
available to me, but I can not locate what I am looking for in
them.

 

I have a .dvb file, which I want to activate
from a .pgp file short cut at the command line.

 

How can I do this?  Can I do
this?


--
*<] 🙂 }
0 Likes
280 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable

search 'vbarun', 'vbastmt'

 

do you need this to be in your

pgp? you can create an ascii

file called 'acaddoc.lsp' and place

it in your search path. In this txt

file add lisp programs to call
your

vba
size=2>macros.

 

sample acaddoc.lsp

 

(defun c:commandName()
  (vl-vbarun
"x:/path/project.dvb!module.sub/function")
)

 

(defun c:commandName2()

...

)

 

Add others as necessary. 'acaddoc.lsp' will
load

automatically as long as it's in your search
path.

 


--
gl - Paul


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">


See I am being honest from the start... I know
precious little about VBA and just a bit more about LISP.  I have books
available to me, but I can not locate what I am looking for in
them.

 

I have a .dvb file, which I want to activate
from a .pgp file short cut at the command line.

 

How can I do this?  Can I do
this?


--
*<] 🙂
}
0 Likes
Message 3 of 4

Anonymous
Not applicable

Thanks for your response!

 

Well, no.  It does not have to be in my .pgp
now that I think about it...

 

If I can list three different commands in the
acaddoc.lsp to activate the same single .dvb, then I will be okay.

 

Is that the example you sent me?  It looks
like it...

 

TIA
--
*<] 🙂 }

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">


search 'vbarun', 'vbastmt'

 

do you need this to be in your

pgp? you can create an ascii

file called 'acaddoc.lsp' and place

it in your search path. In this txt

file add lisp programs to call
your

vba
size=2>macros.

 

sample acaddoc.lsp

 

(defun c:commandName()
  (vl-vbarun
"x:/path/project.dvb!module.sub/function")
)

 

(defun c:commandName2()

...

)

 

Add others as necessary. 'acaddoc.lsp' will
load

automatically as long as it's in your search
path.

 


--
gl - Paul


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">


See I am being honest from the start... I know
precious little about VBA and just a bit more about LISP.  I have books
available to me, but I can not locate what I am looking for in
them.

 

I have a .dvb file, which I want to
activate from a .pgp file short cut at the command line.

 

How can I do this?  Can I do
this?


--
*<] 🙂
}
0 Likes
Message 4 of 4

Anonymous
Not applicable

>If I can list three different
commands in the acaddoc.lsp to activate the same single .dvb, then >I will be
okay

 

yes you can.
--
gl - Paul


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">


Thanks for your response!

 

Well, no.  It does not have to be in my .pgp
now that I think about it...

 

If I can list three different commands in the
acaddoc.lsp to activate the same single .dvb, then I will be
okay.

 

Is that the example you sent me?  It looks
like it...

 

TIA
--
*<] 🙂 }

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">


search 'vbarun', 'vbastmt'

 

do you need this to be in your

pgp? you can create an ascii

file called 'acaddoc.lsp' and
place

it in your search path. In this
txt

file add lisp programs to call
your

vba
size=2>macros.

 

sample acaddoc.lsp

 

(defun c:commandName()
  (vl-vbarun
"x:/path/project.dvb!module.sub/function")
)

 

(defun c:commandName2()

...

)

 

Add others as necessary. 'acaddoc.lsp' will
load

automatically as long as it's in your search
path.

 


--
gl - Paul


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">


See I am being honest from the start... I
know precious little about VBA and just a bit more about LISP.  I
have books available to me, but I can not locate what I am looking for in
them.

 

I have a .dvb file, which I want to
activate from a .pgp file short cut at the command line.

 

How can I do this?  Can I do
this?


--
*<] 🙂
}
0 Likes