XL7: Can't Set Bookmarks When Variables Defined as StringLast reviewed: September 2, 1997Article ID: Q135241 |
The information in this article applies to:
SUMMARYWhen you assign a variable to a bookmark as a String data type, if you are using Data Access Objects (DAO) in a Visual Basic for Applications module, the following error message will be displayed:
Not a valid bookmark. WORKAROUNDTo work around this problem, declare the variable assigned to the bookmark as a Variant data type, as in the following example:
Dim MyBookMark As Variant |
Additional query words: 7.00 dimmed dimension
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |