About 50 results
Open links in new tab
  1. How to insert a TOC info a Word doc via a macro

    Sep 23, 2013 · Rather than a macro why not use the Insert TOC feature? If using a macro, use that feature anyway and incorporate it in your macro. In Word, a Table of Contents is normally a TOC …

  2. What is the maximum number of rows that there can be in a Microsoft ...

    Apr 16, 2018 · The performance of word application will too low. If you have 62000 rows of data then you need to use Excel Application to store and manage the data. It can work very efficiently with …

  3. Composite key constraint in SSIS - social.msdn.microsoft.com

    Dec 30, 2013 · Sign in to vote Hi All, I have created one SSIS package to move data from one table to another table in same database using oledb connection.Now I want to enforce composite key …

  4. Problem in fetching data from …

    Mar 19, 2012 · Am storing a word's contents with full text index into a table in SQL SERVER 2008. The keyword is then retrieved using the code SELECT display_term FROM …

  5. How to set nested table width to width of containing div?

    Mar 21, 2007 · On an aspx page I have a table nested within a div. I would like the table to expand to the width of the div. Right now IE allows the table's contents to cause it to expand to wider than the …

  6. SSRS word output column breaking or missing

    Jun 22, 2013 · Word supports page widths that are up to 22 inches wide. If the report is wider than 22 inches, the renderer will still render the report; however, Word will not display the report contents …

  7. Identifying table by unique Table Property - social.msdn.microsoft.com

    Mar 30, 2011 · I am trying to figure out if I can use LINQ to more easily get to a specific table within a Word document template I am processing using the Open XML SDK. I am using the Alt Text Title …

  8. Changes to data not replicated - social.msdn.microsoft.com

    Jan 24, 2007 · I checked the MSmerge_Contents table after making changes to one of my application's data tables. There was a row added when I made the changes from within Management Studio, but …

  9. ListObject (Table) - VBA to Delete multiple rows

    Aug 13, 2012 · Is it possible to delete more than one row at a time ? The ListRow object's Delete method only has a single parameter. However, from the GUI, one can select multiple rows within the …

  10. Unable to save data from datagrid to Access Database.

    Dec 21, 2009 · I'm currently attempting to save data inputed into a data grid clicking the "save" button. My problem is, I also have another DB opened in the same window that also needs to be saved. The …