About 3,110 results
Open links in new tab
  1. Print specified area of excel as PDF - social.msdn.microsoft.com

    Mar 25, 2016 · The code comes from this excel library for C#, if you need some alterations or modifications then refer to following article about converting excel into a PDF file with C# or in …

  2. Office (Excel) interop on Mac OSX using .NET Core?

    Nov 16, 2019 · I think Govert's right that there's a trend for "'real' Excel users to use the 'real' Excel", which in my experience often includes using Excel for Windows on Parallels on OSX, …

  3. Export dataTable to Excel from C# - social.msdn.microsoft.com

    Apr 3, 2012 · Following code will help you add a Column/Row Header to the final exported excel. Invoke the ExportGridView function with required parameters. Add the Header row, when we …

  4. Printing - "Fit to screen" - social.msdn.microsoft.com

    Dec 4, 2012 · Is there a way to print a document form Access so that it will shrink to the paper size selected? You can do this in Word and Excel, so a little disappointing I can't find it in the …

  5. Excel 2010 Add-In custom ribbon onLoad () not firing if cursor in …

    Jul 11, 2017 · Now, if I start typing AS SOON AS a blank workbook is opened, the onMyRibbonLoad () callback is not fired! Another way to reproduce this behavior: launch as …

  6. Reserved Words - social.msdn.microsoft.com

    Oct 31, 2016 · History is a reserved sheet name. Excel uses the History Sheet for the Track Changes feature that appears on the Tools menu. When you use the Track Changes feature …

  7. VBA Code to Change vba code in excel 2010 modules as a add-in

    Mar 7, 2013 · I now need to create vba code that will search for several different strings of code in a specfic worksheet and then replace that string with a new one.

  8. Access vba recordset findfirst mismatch

    Apr 28, 2014 · I try to make a small database in Access first time and I make an import procedure from xls.

  9. Adding Classes WithEvents to MS Access Form

    Jul 12, 2013 · I'm having a hard time trying to incorporate some custom classes I have created into an Access Form using WithEvents. The custom classes I want to use are not tied to …

  10. VBA - Excel - Saving an embedded text file on disk.

    Jul 13, 2012 · Using VBA, I need to manipulate the content of a simple flat text file (.txt) which has been embedded in a Microsoft Office Excel document.