how do i compile a visual basic project in word?

C

california dan

when i go to Debug | Compile and compile my project it doesn't do anything
is it even possible to compile a visual basic project into a .app on a mac
just from using the visual basic editor on MS Word?
i went to the help file but it didn't say anything about how to compile

if it did compile the project into a .app or whatever the executable file is
on macs where will the file be located?
thanks.
 
J

Jezebel

Assuming you're referring to a VBA project, 'compile' doesn't create a
separate file -- all it does is compile the code in memory into the
executable code that actually runs when you call the functions in the
project. It has no visible effect.
 
C

california dan

so then there is no way to create a seperate executable file (like a .app)
with ms word?

p.s. thanks for the info
 

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

Top