About 45,500 results
Open links in new tab
  1. VBA to convert a table to a range? | MrExcel Message Board

    Jul 3, 2008 · Hello all. I see that I can easily record the code to convert a range to a table, but nothing is recorded when converting a table to a range. Any suggestions?

  2. How to convert a table back to plain text? - MrExcel

    Jul 23, 2011 · Is there a way to convert a table back to plain text eliminating all the table formatting? That is, eliminate the fill colors, but preserve the number formatting. I know I can …

  3. VBA to convert table to range | MrExcel Message Board

    Dec 31, 2007 · Dear All, I am looking for VBA to convert a table to a range. I used the macro recorder and selected the Convert to range option from the Table Ribbon...

  4. G&T - Get Data from Range without converting it to a Table?

    Oct 16, 2011 · I have a range which I don't want to convert to a table because it will frustrate other users of the file. I want to be able to get data from this worksheet/range but it always converts …

  5. VBA Convert to Range | MrExcel Message Board

    Jun 11, 2014 · Hi All, Is there a way through VBA that I can change one of my tables by macro to 'Convert to Range'? Thanks, Pin

  6. Convert data to table without applying "table formatting?"

    Apr 8, 2018 · I have data in multiple sheets, in my workbook, that I want to convert to tables (for purposes of referencing the tables in another consolidated sheet) - but I don't want to change …

  7. Function to convert array to Range | MrExcel Message Board

    May 25, 2005 · i have a table with 2500 rows, 20 columns. i use filter (table25, table25 [colX]="Y") and it returns the table filtered on Y, but I dont need all the columns so i delete some. I cant do …

  8. Convert to range in VBA | MrExcel Message Board

    Sep 4, 2020 · What is the VBA code to convert a Table to Normal Range? I tried to record a macro but turned out blank!

  9. Is there a way to "Convert Table to Range" in VBA? - MrExcel

    Mar 31, 2011 · If i use the "Format as Table" command and record it, VBA records Activesheet.ListObjects.Add... But, if i then use the Table Tools Ribbon, "Convert To Range", …

  10. Excel Table to Range | MrExcel Message Board

    Oct 7, 2009 · I want to convert an Excel Table into a range, but the option is grayed out no matter what cell that I click in. Under the table tools, none of the...