deltaair,
vb or vba?
if vb then you would need a compiler - such as vb version 6 or vb.net from ms.
if you mean vba then i'm not sure if it can be done at least into an .exe.
perhaps a bit more info?
regards,
longhair
I have some code in excel which I want to make a standalone .exe program because it doesn't need excel really. i don;t know if thats vb or vba. Please let me know how i can do this.
deltaair,
that is vba. as far as i know it needs excel. that is to say the language is part of excel, you need excel for it to run. what you would need to do to make it stand alone is to convert it to vb6 or vb.net or vbscript or a batch file etc. can you post the code that you want to make an .exe? perhaps if we saw it we could point you in the correct direction.
regards,
longhair
Public Function replaceAll(pathname, filename, String1, String2) As String.....
This replaces some text within the text file.
Then copies into a directory using
FileSystemObject.CopyFile
I have a subroutine...
Public Sub ChangeFile()
Call ReplaceAll(........)
End Sub
Sorry but just as soon as i posted this, a lot of my code vanished into thin air because of excel,....That's the best I can provide... Any info is appreciated.
there should be numerous examples.
after you have your scripts created you will then need to manually run them (double click) or set them up as a acheduled task.
regards,
longhair
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.