Posts

Showing posts from August, 2023

Open catalogs, manage them then re-Export Revit Catalogs from Excel

Attribute VB_Name = "REVIT_EXPORT_CATALOG" ''2023 Ron E. Allen - Share with WM under general use license ''Required reference "Microsoft scripting runtime" for FSO and text streams Option Explicit Const VBQT = """" ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Function CheckFilepath ( ByRef filepath ) ''subs out sharepoint filepath for 'local' If LCase ( filepath ) Like "http*sharepoint*" Then ''Sharepoint hack to try to rewrite to local drive path... If filepath Like "http*/Documents/*" Then ''we can take a guess to