|
What should I do if I get an Error?
Your best bet is to do the following:
Pull down
[Toolbox]>System Tools>Reset Public Values
, then
Pull down
[Toolbox]>Thesis Settings...
and "Save Settings".
Run-time error "5828"; Bad bookmark name.
The most common cause for this error is in functions which use the filename
as part of a bookmark and you have renamed the file
with characters which are illegal in bookmarks (e.g., blanks).
PsuThesi functions require filenames to contain only
alphabetic characters (a-z),
digits (0-9), and the underscore ("_") character -- NO BLANKS.
Chapter1.doc OK
Chapter_1.doc OK
Chapter 1.doc Error
|