Forum Discussion
Print a List of Outlook Mail Folders
Teresa_Cyrus - thanks for the articles! I tried this, but I keep getting an error saying VBA compile error - Invalid Outside Procedure. I assume the people who wrote the code checked it, so it can't be bad coding. Would this have anything to do with maybe our network email and the parameters don't take this into consideration, that the code is written for single users NOT using not on networked email? I am not at all versed in this and am merely spit balling, but if you have other ideas I am all ears! Thank you!
>>
I keep getting an error saying VBA compile error - Invalid Outside Procedure
<<
Did you copy the entire macro or miss a line or two at the end? That will cause the error. Did it highlight any of the lines?
Did you paste it in to ThisOutlookSession or into a new module? It should work in either, but pasting it in a module is recommended, especially if you have other macros.
- jamesstjohnAug 31, 2022Copper ContributorI copied the macro exactly, attempted the process at least 3 times, all with the same error. Not sure what the cause of the issue is, but I am continuing to research this issue and hopefully find the cause of failure.