Open the vba file with vim and enter the command :source % right there. % refers to the current file, so using :source % when opening a file in vim tells it to run the file in the vim context, which, in the case of vba files, installs it in the appropriate directories.
sykora Jan 09 '10 at 10:59 2010-01-09 10:59
source share