View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Store a reference of a excel workbook[_2_] Store a reference of a excel workbook[_2_] is offline
external usenet poster
 
Posts: 6
Default How can i include a .vbs file in another .vbs file

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.