• Copy data to new spreadsheet (Excel 2002)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Copy data to new spreadsheet (Excel 2002)

    Author
    Topic
    #387015

    I have a spreadsheet with both ROWS and COLUMNN “hidden”
    (cell + format + hide row/col)
    I want to copy a column to another spreadhseet
    without picking up the hidden cells. (just what is on the screen).

    Viewing 1 reply thread
    Author
    Replies
    • #673754

      Select the range of data, press F5 (or Ctrl G) and then select visible cells. You can then copy and paste and the operation should only include the visible cells.

      The following code will copy the visible cells of the current selection and paste to Sheet2, starting at A1.

      Selection.SpecialCells(xlCellTypeVisible).Copy _
      Destination:=Worksheets(“Sheet2”).Range(“A1”)

      Andrew C.

    • #673758

      Select a range including hidden rows and/or columns.
      Select Edit | Goto…
      Click Special…
      Select “Visible cells only”.
      Click OK.
      Now you can copy and paste the visible cells.

      If you use this type of operation often, you can put a “Select Visible Cells” button on a toolbar:
      Right-click a toolbar.
      Click Customize…
      In the Commands tab, select the Edit category, then locate the Select Visible Cells command (see small screenshot)
      Drag this command to a convenient location on one of the toolbars.

      • #674606

        After you have “selected a range including hidden rows and/or columns”
        Just type Alt + ; (semicolon) and save a few clicks.

        Ken

    Viewing 1 reply thread
    Reply To: Copy data to new spreadsheet (Excel 2002)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: