TotallyInformation / outlook-filer

Simple interface for filing emails when you have many folders
Apache License 2.0
22 stars 6 forks source link

Compile error: Invalid outside procedure #1

Closed fireextinguisher closed 1 year ago

fireextinguisher commented 7 years ago

Hi, I followed instructions, but received Compile error: Invalid outside procedure.

Following lines are highlighted with red font in code editor: ... Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} FolderSelectBox ... OleObjectBlob = "FolderSelectBox.frx":0000 ...

Denis.

TotallyInformation commented 7 years ago

What version of Outlook are you using? Also is it 32bit or 64bit? Thanks.

fireextinguisher commented 7 years ago

Hi,

thank you for reply. I use Outlook 2013 32bit. I've actually managed to start macros. Problem was with frm file. It was loading into deparate module and form itself was not imported. So I've removed all source code from the frm file and imported the form. After that I manually copied source code into form object.

Denis.

TotallyInformation commented 7 years ago

Thanks for letting me know. It really needs some work but I've not any spare time at the moment.

TotallyInformation commented 1 year ago

Other issues open with same error.