About 383 results
Open links in new tab
  1. How to replace text or insert text into bookmarks in a word template

    Oct 12, 2012 · I have a word template and it got some fileds that i need to fill with the information i enter form a textbox. Thise fields can be identified by bookmarks or by "<filedname>". i wanna …

  2. how to add checkbox into word using c#

    Oct 7, 2021 · DocX - John Atten had an excellent blog post and series on creating and manipulating Word Documents with C# using the open-source DocX library, which is …

  3. Extract Data from Word into Excel 2013

    I have a number of Word docs that are filled out by technicians (serial number, model number, etc). I'd like to take the information from those Word docs and import them into an Excel …

  4. Conversion failed when converting from a character string to ...

    Sep 1, 2011 · If you want to insert null value to that column, please see the below query. CREATE TABLE test (test1 uniqueidentifier,test2 int) INSERT INTO test (test1,test2) VALUES …

  5. Best & Easy approach to upload bulk data to list

    Hi Viral. If the items you want to insert into the list are stored into an Excel spreadsheet, you could save the Excel file as a CSV file and write a PowerShell script that reads each line of the file …

  6. How to find ActiveDocument.Path and ActiveDocument.Content in …

    Nov 12, 2014 · i want to achieve same functionality in vb.net bacuse i am making a add-in but i cant seem to find ActiveDocument.Content to set my range of document or …

  7. How to insert GUID type value into uniqueidentifier field in SQL …

    Oct 7, 2021 · Hi, I am workining in vb.net and sql. In DB have a uniqueidentifier field and want to insert in it, When try to send data, some thing parameter: ByVal value as GUID In the query : …

  8. Problem with VBA Insert Into Statement - social.msdn.microsoft.com

    Apr 19, 2011 · Everything works except the INSERT INTO statement. Most of my access knowledge comes from trial and error and don't know what to do. Any ideas? Here is an …

  9. Erro com INSERT no Oracle: ORA-00933: SQL command not …

    Sep 11, 2007 · Pergunta 0 Entrar para Votar Amigos, Estou efetuando uma query no Oracle 8 da seguinte forma: Code Block INSERT INTO TBL_PLN_MAGELLAN VALUES ('ADRIAN …

  10. Align Table Position in Word using C# - social.msdn.microsoft.com

    May 30, 2011 · Hi All, can I align my table on Word using C#? I already have a table on Word document which added manually to the document using C#. Thanks all. Saturday, May 28, …