View Single Post
 
Old 05-09-2014, 04:08 AM
NobodysPerfect NobodysPerfect is offline Windows 7 64bit Office 2010 32bit
Competent Performer
 
Join Date: Jan 2014
Location: Germany
Posts: 136
NobodysPerfect is on a distinguished road
Default

Yes,

I always use msgbox(es) when testing events

Code:
ActiveWindow.View.ShowHeading 1
MsgBox "Event - First Box"
ActiveWindow.DocumentMap = True
MsgBox "Event - Second Box"
Shows first and second box, DocumentMap is executed, ShowHeading not.


I mean, this cannot be some localization bug? I encountered this issue a few times in German forums. Exactly the same => ShowHeading = ignored


Strange behavior
NP
Reply With Quote