https://bugs.documentfoundation.org/show_bug.cgi?id=146282
--- Comment #7 from Julien Nabet <[email protected]> --- (In reply to Mike Kaganski from comment #6) > (In reply to Julien Nabet from comment #5) > > Mike: thought you might have some opinion here. > > I'm sorry, I don't quite see on which question my opinion is needed. > > There's a user error of using non-declared/defined variable YESNOCANCEL, > which evaluates to 0 when used without Option Explicit. > > There's a (unrelated) wrong entry in help, already fixed by you in bug > 146299 :) > > There's some misunderstanding mentioned in comment 4, but I don't quite see > what is wanted there. > > There's also a bug (IMO) related to enums not fully supported in Option > Compatible - see bug 145753 comment 3. But that is outside of scope of this. Ok I hadn't read comment 1 from Himajin100000. So there are 2 ways to provide the option: - MB_ABORTRETRYIGNORE when no VBASupport or VBASupport = 0 - Buttons:= vbYesNoCancel when VBASupport = 1 About the comment 3, I don't know. Sorry for the noise then. -- You are receiving this mail because: You are the assignee for the bug.
