By Alexander Stock on Wednesday, 06 May 2020
Posted in VBA Development
Likes 0
Views 0.9K
Votes 0
Hello,

i wonder if it is a bug that I cannot create hyperlinks under tasks by using VBA. With "right click -> insert hyperlink" it works without problems.

My code works fine for other kinds of objects:

Set oHyperlink = oJob.Children.AddNew(aucObjDocument, aucDocumentHyperlink)


Is this just a bug?


Thanks.
View Full Post