Recalling Item? What's it Id?

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hello all, I need some assistance. I know enough vba to know I don't
know enough. Here's what I want to do:

I'd want to make a VBA Journal entry and save it from within AutoCAD. I
plan on saving the journal item's unique id(?) within AutoCAD so I can
recall the same entry later and modify it. I can create the entry with
the following and seems to work fine. I can do the AutoCAD side I just
don't know how to get this freshly created id and recall it. Thanks for
helping out the rookie. :)

Sage


Set MyOlApp = CreateObject("Outlook.Application")
Set MyOlItem = MyOlApp.CreateItem(olJournalItem)
MyOlItem.Subject = "Test"
MyOlItem.Save

.



Relevant Pages

  • Re: Recalling Item? Whats it Id?
    ... > I'd want to make a VBA Journal entry and save it from within AutoCAD. ... > I just don't know how to get this freshly created id and recall it. ...
    (microsoft.public.outlook.program_vba)
  • Re: Python syntax in Lisp and Scheme
    ... >> interface to AutoCAD than its Lisp interface. ... BUT had jumped ship gleefully to the VBA interface, ... any kind of Basic -- we're talking about mechanics-junkies, ... I think Autocad does prove that non-professional programmers ...
    (comp.lang.python)
  • Re: Python syntax in Lisp and Scheme
    ... >> interface to AutoCAD than its Lisp interface. ... BUT had jumped ship gleefully to the VBA interface, ... any kind of Basic -- we're talking about mechanics-junkies, ... I think Autocad does prove that non-professional programmers ...
    (comp.lang.lisp)
  • Re: Change control for one record in subform, not all?
    ... I definitely need more VBA & SQL experience! ... or some other way to nominate whether their entry will be the text ... Mike wrote: ... effects every field on the subform. ...
    (microsoft.public.access.formscoding)
  • Re: how to export a text file to ansys and text file to structure
    ... This newsgroup is for use of VBA in modules in the Microsoft Access database ... software product. ... An Autocad newsgroup would clearly be a better choice. ...
    (microsoft.public.access.modulesdaovba)