'VBA what's the oposite function of GetDetailsOf?

I am trying to write extended meta data of the file "Tags" that I read to excel with

ws.Cells(1, 1).Value = objFolder.GetDetailsOf(objFolderItem, 18)

But now I am looking for the oposite function to write it to the file from Excel



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source