ACC: Cannot Enter a Non-Named Range in Import Wizard
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
- Open any database.
- On the File menu, click Get External Data, and then click Import.
- In the Import box, select Microsoft Excel (*.xls) in the Look in box,
locate an .xls file on your computer, and then click Import.
- In the Import Spreadsheet Wizard, try to select rows or columns
individually. Note that you cannot select a non-named range.
- 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 : WzOthr
Version : 7.0 97
Platform : WINDOWS
Issue type : kbprb