Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Is there a way to set the "Generate LogFile" on/off using a macro ?
Thanks
prop = ActiveDocument.GetProperties
prop.GenerateLogfile = 1 or 0
ActiveDocument.SetProperties prop
Perfect: thanks