Sale!

Jeff’s Info Helper

$9.95

Jeff’s Info Helper

SKU: 111 Category:

Description

This product allows you to insert the:

  1. Date
  2. Time
  3. File path
  4. File name

into your document. Choose whichever ones you like… some, or all.

You can change the fonts, their colors, and their positions to anything you need.

Once the ones you need are in your document, press the single update button to force them to show the correct values. You can also over-ride the result manually if you need to back-date.

If you want the fields to update automatically upon opening and/or closing of a file, copy red code to clipboard

Private Sub GlobalMacroStorage_DocumentOpen(ByVal Doc As Document, ByVal FileName As String)
On opendoc GoTo run
On closedoc GoTo run
run:
GMSManager.RunMacro “JH_info_helper”, “JH.update_time_date_filename”
SendKeys “%n”
End Sub

Run CorelDRAW
press ALT + F11 to launch VBA editor
paste the red code above into the yellow highlighted location.

Compatible with X3, X4, X5, X6 (as of May 10/2012)