manual Orderpath

  • Thread starter Thread starter Cyrill Häfeli
  • Start date Start date
C

Cyrill Häfeli

hello

i have from a adress database, i code that all my adresses in Outlook
contacts fill and this is functioned.

But, i want in a VBA Form, on a textbox, manual insert the savet orderpath

my code is now.


Case 1
Set m_objfolder = m_outlNam.GetDefaultFolder(olFolderContacts)

Case 2
Set m_objfolder = m_outlNam.Folders("Öffentliche
Ordner").Folders("Alle Öffentlichen
Ordner").Folders("KontakteOE")


but i want it in a manuel insert textbox, that all users from this programm,
can write a user specificet Outlookpath, and when this Outlookpath d'ont
exist then i want that the programm create this path.

Gives a code sample for this

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top