reuse script

elyleeboy

Registered User.
Local time
Today, 18:37
Joined
Sep 9, 2004
Messages
20
Hi all Does anybody know of a way of reusing a chunk of VB script in other parts of my code. (So I don't to change all occurrences when I make changes)?

Thanks
 
Break it down into smaller processes or change the scope. You don't say much about the length of the code or its location.

If you're stuck, post it here.
 

Users who are viewing this thread

Back
Top Bottom