I get a customer name from dropdown and use that value to query an excel spreadsheet, however, the name can contain a single quote (example: Adam\'s Meat)开发者_运维技巧. This breaks my application an
I have created an application form using MS Word and a whole bunch of form fields, and I have an Access db that can import all the data I need from this Word doc, thanks to this:
How do I edit excel spreadsheets开发者_运维知识库 from word using VBA?First you need to set a reference to the version of Excel you are running.In the VBE go to Tools>References and click Microsoft Ex
Closed. This question is off-topic. It is not currently accepting开发者_运维知识库 answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have successfully done this using \"MSGraph.Chart.8\" in VS 2010 and c# and the graphs look ancient and pixelated like back in 1995 or so.The help online seems all the same. like this one...http://s
I\'m having difficulties with the following: I want to export data from an Excel Sheet to a Word document. The code for that works, but the problem is that specific blocks of code need to be repeate
I write compliance reports for work.I fill in a PDF form and click \'Yes\' or \'No\' to indicate whether the 开发者_运维知识库company is in compliance with a particular statute.I would like to have th
I am using Microsoft Office Document Image Writer to convert a word document to a tiff file. The problem is that ever time it saves a file it shows it in a preview window. So I like to know if there\'
For example, I have a wide variety of needs for templates, like in creating project plans, project specifications, requi开发者_运维百科rements etc.
I\'m developing a Word 2010 add in using Visual Studio 2010, and C#. I\'ve created a simple form, with two textboxes, and an Ok button.