Posts by gabrielfvds • 11 points
2 posts
-
0
votes1
answer347
viewsA: Error at runtime. Failure in attempted VBA Outlook operation
The problem was solved by spelling out the default Folder address Set fol_CGR = ns.Folders(1).Folders("Pasta") Replaced by Set fol_CGR = ns.Folders("[email protected]").Folders("CGR")…
-
0
votes1
answer347
viewsQ: Error at runtime. Failure in attempted VBA Outlook operation
I created a macro to run a routine in outlook. The code works perfectly on a PC, but when I replicate the code to another macro I get the following message: Runtime error '-2147221233(8004010f)…