About 5,940 results
Open links in new tab
  1. Remove unused styles from a workbook - social.msdn.microsoft.com

    Jun 30, 2010 · One of those files is Styles.XML - delete this file or copy and paste it to some location outside of the ZIP file and then delete it. 3. Save a new Excel 2007 document (with …

  2. [VB.NET] Getting the file extension from a MIME Type

    May 1, 2013 · I would like to get the extension of a file from his MIME Type in Visual Basic.NET.

  3. How can I undo from the worksheet I'm on?

    Nov 15, 2018 · The ribbon should apply to the current file. Having an undo stack for each file would be very useful, and Excel already dumps the undo history on certain operations anyway, …

  4. Error de campo "Hora de impresion" al exportar excel usando …

    Hola a todos =), yo uso Crystal Reports para exportar Excel ,PDF y Word, pero el problema que cuando uso campo especial que se llama "Hora de impresion" pero normal funciona con PDF …

  5. VBA - opening web connect file (.iqy) - social.msdn.microsoft.com

    Jul 22, 2015 · I'm using vba to open a file (owssvr.iqy) with excel. This file is an export from SharePoint 2007. When excel starts up, I get this dialog box:

  6. when i export a report to an excel file , the column header name …

    Feb 15, 2019 · However, if you want to export a query to an excel file with custom field names, you can try to use DoCmd.TransferText method with the specification, and then open the file in …

  7. How to import local database sqlite table values in excel file?

    May 10, 2018 · Hii guys,i hope you will help me.i want to import the local database sqlite table data in a excel file.and send this file via mail.i searched on google but not found any solution.if …

  8. remove linkbutton column after export to excel file

    Oct 8, 2021 · I wonder how to remove the two columns from excel file after export.

  9. Export to Excel does not happen on live site!

    Oct 7, 2021 · Now I do get the temp excel file being created (the ones with the long random letters and numbers for the name) and this is expected before the genrating code delivers the data …

  10. OleDB Adding Columns, Inserting values, and other data …

    Aug 24, 2015 · // Counter, set at 3 to start on 3rd row of the spreadsheet. Starting there because spreadsheets come with load ID and header rows int i = 3; // Connection string string …