ACC: Cannot Enter a Non-Named Range in Import Wizard

Last reviewed: May 30, 1997
Article ID: Q137936
The information in this article applies to:
  • Microsoft Access versions 7.0, 97

SYMPTOMS

Novice: Requires knowledge of the user interface on single-user computers.

When you use the Import Spreadsheet Wizard, you cannot select or enter a non-named range of cells. As a result, you must import the entire spreadsheet instead of only a selected portion.

RESOLUTION

If you want to import a non-named range of cells, you can use the TransferSpreadsheet action in a macro or procedure. The TransferSpreadsheet action has a Range argument that you can set to a non-named range such as A3:D16.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Open any database.

  2. On the File menu, click Get External Data, and then click Import.

  3. In the Import box, select Microsoft Excel (*.xls) in the Look in box, locate an .xls file on your computer, and then click Import.

  4. In the Import Spreadsheet Wizard, try to select rows or columns individually. Note that you cannot select a non-named range.

  5. Click Finish to import the entire spreadsheet.

REFERENCES

For more information about importing a spreadsheet, search the Help Index for "spreadsheets, importing or linking."

For more information about the TransferSpreadsheet action, search the Help Index for "TransferSpreadsheet Action."


Keywords : kbusage WzOthr
Version : 7.0 97
Platform : WINDOWS
Hardware : X86
Issue type : kbprb
Resolution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 30, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.