About 3,950 results
Open links in new tab
  1. How to compare two worksheet cells and find the difference in color

    Jan 3, 2019 · When both workbook sheets are the same, then it should check every individual cell of both the sheet.

  2. Write DataTable result to Excel using OpenXML

    Apr 13, 2014 · As same as using Excel PIA to write data to Excel, Open XML also only provide method to set cell value instead of convert a datatable to Excel directly. Then you can loop …

  3. (sheet.Cells [row, col] as Excel.Range).Text.ToString () don't take all ...

    Oct 7, 2021 · Used range will give the complete cells information which have the data Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM Friday, March 5, 2010 12:04 PM 0 …

  4. How to format bigint values so that 16 digits can be copied to Excel?

    Jan 17, 2012 · A query returns a column of 16 digit key values which I am trying to copy into Excel. Excel initially displays them in scientific notation, e.g. 1.24117E+15. When I change the …

  5. Sendkeys from a Cell Value - social.msdn.microsoft.com

    Aug 19, 2013 · In my program what I am trying to do is copy data from a given amount of cells which then will be used for Sendkey into another application. The main idea is that I want to …

  6. Console Excel Sheet Data to convert to individual text file.

    Jul 10, 2013 · What i want, filter each combination data of column A & Column C one by one with header and copy the visible cells data and create text file. i.e Cafeteria_Q1.txt, …

  7. Open and Write to an Excel file from VB.Net Form

    May 28, 2010 · Put the file you want Excel to open somewhere it can find it and has permission to open the file. The root of the system drive is not a good location for non-system files.

  8. Export DataGrid to excel with formatting VB.net WPF

    Apr 21, 2014 · I was able to run code for exporting DataGridView to excel in VB.net desktop application. Now, I would like to do this in WPF desktop application with DataGrid. I'm using …

  9. Excel 2013 problem - vba QueryTables.add .refresh run time error …

    Apr 28, 2014 · If I want to import data from a simple .txt file into excel worksheet cells I see an error, Run time error 7, out of memory.

  10. System.MissingMemberException: 'Public member 'Selection' on …

    Nov 23, 2018 · Question 0 Sign in to vote hi all i want to send record to excel using vb.net when i want to select two cells i see this error: