Author Topic: Plotstamp  (Read 9776 times)

0 Members and 1 Guest are viewing this topic.

ML

  • Guest
Plotstamp
« Reply #15 on: November 30, 2004, 10:18:34 AM »
Hendie

Here is the solution,
Thanks to Keith, I discovered the send command in VBA, then I created this little bit of code and put it in the begin plot event. It works like a charm

Mark

Code: [Select]

Private Sub AcadDocument_BeginPlot(ByVal DrawingName As String)

ThisDrawing.SendCommand ("-plotstamp" & vbCr & "on" & vbCr & vbCr)

End Sub

hendie

  • Guest
Plotstamp
« Reply #16 on: November 30, 2004, 11:23:24 AM »
that's cheating !  :P
I thought you wanted to create your own Plotstamp routine, not use the bog-stndard one.

still, if it works.......

ML

  • Guest
Plotstamp
« Reply #17 on: November 30, 2004, 11:50:24 AM »
Cheating!

Hell, why create a whole module for something so simple?

Remember KISS :)

ML

  • Guest
Plotstamp
« Reply #18 on: November 30, 2004, 11:50:55 AM »
Keep it simple _______