I don't think there's any way of controlling what Analyze it with Excel
does. The simplest thing might be to create an alternative version of
the report without the textbox.
Another approach might be to write code in the report's Open event
procedure that puts up a messagebox each time it's opened, asking
whether or not to display the textbox and using the response to control
the textbox's Visible property.
Otherwise you could get deep, deep under the bonnet, replacing the menu
command with one that looks the same but gives this particular report
special treatment...
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.