View Single Post
  #1  
Old 08-17-2004, 08:42 AM
Chudson Chudson is online now
Registered User
 
Join Date: 05-14-2004
Posts: 3
is there a way to clear macros from a vbscript

I am trying to clear or delete a macro and then reuse it.
I have tried setting the macro to ""
vbld_AllMacros.Item("filename").value = ""
but this results in a tab character then the value

ex:
instead of:
c:\test.txt
I get
c:\test.txt


I also have tried settting the value to null and that didnt work.

Thanks in advance.
Chris
Reply With Quote