Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd just open the text file (VBA code, not VBS code!) and then copy|paste into a
module inside the VBE. But just as you can export modules as .BAS files (that's the normal suffix), you can import those .bas (or other text files). Read Chip Pearson's page: http://www.cpearson.com/excel/vbe.aspx If I have common procedures that I want available each time I open excel (not just a repository for the code), I'd create another workbook (saved as an Addin???) and have that open with excel. Store a reference of a excel workbook wrote: Hi Dave, Actually i have created a lot of common excel functions that can be used later and stored them in a vbs file (just for modularity). Now i wanted to know the way to call those excel functions from the other vbs files. "Dave Peterson" wrote: Did you mean to post a question about .vbs files in a forum dedicated to excel? Store a reference of a excel workbook wrote: I have created a library of common functions and named it "functions.vbs". Now i wanted to include it in other vbs files so that i can use functions defined in it. Please tell me the way to do it. -- Dave Peterson -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Include file | Excel Programming | |||
How do I include file name and path in the header? | Excel Discussion (Misc queries) | |||
include VBA macros as text file | Excel Programming | |||
Can i include a vbscript file with an xml spreadsheet? | Excel Discussion (Misc queries) | |||
Include external file .BAS in Excel VBA | Excel Programming |