Search found 1 match

by icecurtain
Thu Feb 09, 2012 12:55 pm
Forum: Programming
Topic: watermark <date> DDMMYYYY
Replies: 1
Views: 12499

watermark <date> DDMMYYYY

The current BASE.VBS macro to create the watermark <date> is shown below can I tweak it to get DDMMYYYY? if I can what changes do I need to do? Rem -- Debugging Dim context Set context = CreateObject("Scripting.Dictionary") wscript.echo DateYYYYMMDD() wscript.echo FileCounter() Rem -- MACR...