ACC2000: Can't Import Single Cell Excel Named Range (205703)
The information in this article applies to:
This article was previously published under Q205703 Novice: Requires knowledge of the user interface on single-user computers.
This article applies only to a Microsoft Access database (.mdb).
SYMPTOMS
In Microsoft Access, you can import a named range from a Microsoft Excel
worksheet. However, you cannot import a named range limited to a single
cell.
CAUSE
Although Excel can create a named range consisting of a single
cell, Access cannot recognize such a range.
RESOLUTION
Create a named range that contains the cell with data and at least one
extra cell so that Access can recognize the range. This extra
cell may be blank. If you create a named range that contains cells in two
adjacent columns, the Access Import Wizard allows you to choose a field to exclude from the import action.
To reset a range so that it contains more than one cell, follow these
steps:
- Follow steps 1 through 7 in the "Steps to Reproduce Behavior" section later in this article.
- On the Insert menu, point to Name, and then click Define.
- In the Names In Workbook box, click Test1.
- Under Refers To, change
=Sheet1!$A$1
to read:
=Sheet1!$A$1:$B$1
- Save and close the workbook.
- Close Microsoft Excel.
- Follow Steps 9 through 13 of the "Steps to Reproduce Behavior" section.
Note that the named range "Test1" now appears in the list box.
- Click Next three times to bring the dialog box to the Field options screen.
- Select Field2 and click the Do not import field (Skip) option.
- Click Finish.
REFERENCESFor more information about importing data, click Microsoft Access Help on the Help menu, type import data from a spreadsheet in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
For more information about named ranges, click Microsoft Access Help on the Help menu, type name cells in a workbook in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Major | Last Reviewed: | 6/28/2004 |
---|
Keywords: | kbinterop kbprb KB205703 |
---|
|