Extracted Values Not Highlighted After Data Extract

Last reviewed: November 2, 1994
Article ID: Q69671

SUMMARY

When you choose Extract from the Data menu using an extract range that is defined as the name "Extract", Excel will not select the extracted area after extracting.

If no extract range name is defined, Excel selects the range names and the data that was extracted.

This allows you to extract without selecting the titles of the fields that you want to extract.

MORE INFORMATION

A four-line macro can be recorded to select the extracted range and titles after using a defined name as the extract range, as follows:

   A1: =EXTRACT?()
   A2: =SELECT("Extract")
   A3: =SEND.KEYS("^+{Down}")
   A4: =RETURN()

This macro assumes that the defined name is "Extract". It performs the extract and then selects your extract range.

REFERENCES

"Microsoft Excel User's Guide." Version 3.00, page 380-384.


KBCategory: kbother
KBSubcategory:

Additional reference words: noupd


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: November 2, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.