AronGahagan / cpt-dev

Code repository for the ClearPlan Toolbar
https://www.ClearPlanConsulting.com
3 stars 1 forks source link

subproject.path glitch #342

Closed AronGahagan closed 1 year ago

AronGahagan commented 1 year ago

Problem:

If InStr(oSubproject.Path, "\") > 0 Then 'offline

Solution:

If InStr(oSubproject.Path, "<>") = 0 Then 'offline

Todo: