folders Outlook VBA: Iterate recursively over folders Note: This is a post transferred from Laurii for historical and consolidation purposes. As part of the program I've started, I had to perform a recursive walking of all sub-folders from a starting point in a .pst file. Code looks like this: Sub WalkFolders(fnum) Dim olApp As
macro Outlook VBA: Write to a file Note: This is a post transferred from Laurii for historical and consolidation purposes. I'm not a master in VB (I hate it actually) not in VBA, but it;s quicker to write something like a hack in VBA for outlook than in C#. So, here's a