Does any one know how to lock down the header in Word 97 using a word macro or vba code, wordbasic code? So, it can't be edited or double clicked upon.
Printable View
Does any one know how to lock down the header in Word 97 using a word macro or vba code, wordbasic code? So, it can't be edited or double clicked upon.
I would assume you would have to subclass and grab the message for the header clicks.
And sorry, I am new to subclassing and I don't know where the guys find all those
WM_ constants that make 'em work.
Probably in a VB book, I would imagine.
Anyone care to divulge where they find this kind of data (MSDM has a lot of help,
but they never seem to give out constant defines).