Dim oCW set oCW = CreateObject("AAG_CloudWatcher.CloudWatcher") oCW.Device_Start() ' comment the next line if you don't want to start recording the user data file, overwriting its contents oCW.RecordStart False ' and/or uncomment the next line to start recording the user data file, preserving its contents ' oCW.RecordStart True ' ... or leave all commented and the user data file won't start recording Set oCW=nothing