Search found 1 match

by awardthemyth
Fri Jun 08, 2007 1:09 pm
Forum: Programming
Topic: VBA and Timing
Replies: 5
Views: 20604

VBA and Timing

Hi I am testing some batch PDF creation with Bullzip using Microsoft Access 2003 on Vista. Here is the main bit of code I am using: iCounter = 20000 Do Until icounter = 20040 sSleep 2000 'milliseconds myobject.SetValue "output", sDir & "\" & iCounter & ".pdf" myobject.SetValue "showsettings", "never...