Fetch Command with Joined Q+E File Returns BlanksLast reviewed: November 4, 1994Article ID: Q85550 |
Summary:
When an Excel macro that fetches data from a Q+E Query file with a one-to-many join, the query will show blanks instead of duplicate records. These blanks will cause the empty cells to be formatted as text when the data is placed into the Excel Worksheet. This may pose problems when running an ISBLANK() Macro loop or executing other Excel commands.
WorkaroundDelete the blanks in the Excel file or modify the test in the loop to check for empty quotes instead of ISBLANK(). More Information: The fetch command actually writes "" or a NULL text value into the cell and changes the status of the cell to not blank. In order to change the status of this cell to empty, the cell must be cleared or deleted.
Steps to Reproduce ProblemRun an Excel Macro to:
"Microsoft Excel Function Reference," version 3.0, pages 70, 130-131, 135 "Q+E for Microsoft Excel User's Guide," version 3.0, pages 82, 96
|
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |