TheSwamp

Code Red => VB(A) => Topic started by: ML on December 08, 2004, 05:26:06 PM

Title: Removing a Support Path
Post by: ML on December 08, 2004, 05:26:06 PM
I created a VBA Module for adding and appending our Support Paths.
I wanted to be able to delete support paths as well as certain ones are not needed.

Does anyone know of a way to delete a support path?

I see no method for remove

Thank you

Mark
Title: Removing a Support Path
Post by: Jeff_M on December 08, 2004, 05:51:46 PM
Obtain the support path string, modify it how you want it, replace the old with the new....
Title: Removing a Support Path
Post by: Anonymous on January 22, 2005, 09:07:58 PM
In the case of just replacing one for the other, the replace command would work really well but I was literally trying to get rid of 4 old paths on 5 different machines, not to be replaced.

Luckily Keith had created a function that worked along with the replace command and got it done for me.

Mark