Posts

Showing posts from 2020

RECORD vba to install to SendTo (Or shell extension)

  "RECORD"   VBA for COPY or MOVE to RECORD\yyyy-mm-ddthhmm-descript folder Basic: (Files) Right click file(s) dialog Use oldest date, newest date or time right now (Command line switches too - bypass dialog - inform of malformed switches) Move or Copy (command line switches for direct shortcuts can be create to MOVE or COPY bypass dialog- inform of malformed switches) /LeaveCopy switch to NOT strip Copy (#) of copies - will strip by default! (Or ask?) Advanced: (Later - folders and subfolders) Works with RECORD as SUBFOLDER of current file folder content. Advanced version to allow for packing of entire regimented subfolders for PDF orDWG/RVT/SKP/etc. content into packages or backups In Progress: 2020-01-02: Attribute VB_Name = "vbs_RECORD_FOLDER" Option Explicit ''Require definiton of all variables Option Compare Text ''Set default compre method to text ''Note short