| Thread | Last Post | Replies |
|
| %windir%\assembly\microsoft.office.core missing | 31 Jul 2004 05:52 GMT | 2 |
I am working as a Config Management tech in our company. One of the developers has created some Visual Studio .NET codes which need to be compiled with Word 2003 .NET stuff. I have a Windows 2003 Sever as a build machine with .net framwork
|
| Converting VB6 Macro to VB.NET | 30 Jul 2004 19:36 GMT | 1 |
I am new to VB.NET and I have been give a task to convert our old VB6 Macro template to VB.NET Template and some of the code I have to convert is the on below. My question can anyone put me in the write direction on how to convert this code
|
| Problems with Excel.Ranges and Areas | 30 Jul 2004 19:11 GMT | 7 |
Dear NG, I have some problems working with Ranges and I do not find the information I need. I want to combine two Ranges to one Range with to Areas. Therfore I use
|
| Work with different Excel versions | 27 Jul 2004 04:59 GMT | 3 |
I need to write a C# (but VB would be OK) class able to work with different Excel versions at runtime (not compile conditional). Of course I would prefer to use the type library because the code completation. Someone knows some documentations or examples?
|
| deactivate Macro's | 22 Jul 2004 15:08 GMT | 8 |
How can i force my Word Application object not to run any macro within a Word document? kind with regards
|
| Drag & Drop to worksheet from WinForm | 22 Jul 2004 07:55 GMT | 1 |
I want to drag and drop from a WinForm onto an Excel worksheet. Is there support built in for this? What Excel events do I use for this? Anyone have some sample code? Thanks
|
| Document Range object containing Entire Document | 21 Jul 2004 20:53 GMT | 5 |
I need to create a range object that contains the entire document. This is what I wrote in C#: object start = 0; //start of document. object end = docTemplate.Characters.Count; //end of document.
|
| Security problem. | 21 Jul 2004 09:50 GMT | 4 |
Ok, I was getting a security error for a long time, i opened a support incident, got it working by adding this to my .net security: caspol -m -ag My_Computer_Zone -url file:///C:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll
|
| Implementing custom worksheet functions in C# | 18 Jul 2004 12:30 GMT | 2 |
Is it possible to create an assembly which contains custom worksheet functions which can be called from worksheet cells? i.e. the user could select the Insert Function wizard, chooses "Dave's Functions" and can then select from a list of custom functions which are
|
| Deploying to Sharepoint Services | 18 Jul 2004 09:44 GMT | 1 |
Alrighty, Have a smart document in VSTO all up and running on my local drive using Web Services... Now I must deploy to SharePoint Services. Any links you could share would be appreciated.
|
| Color in Excel cell | 18 Jul 2004 09:28 GMT | 1 |
Experimenting with a very simple VSTO example in Excel. I have a code snippet as follows: CType(sheet1.Cells.Item(2, 2), Excel.Range).Value = "A String" CType(sheet1.Cells.Item(2, 2), Excel.Range).Font.Bold = True
|
| Referencin THisDocument and ThisApplication in a project component | 15 Jul 2004 00:53 GMT | 2 |
I've added a Form to a VSTO Word project. I invoke the Form as follows: Private Sub ThisDocument_New() Handles ThisDocument.New Dim frm As New frmSaveRef
|
| Watermark | 14 Jul 2004 15:43 GMT | 2 |
I want to insert a watermark (text) into an existing Word document. To accomplish this i am using the AddTextEffects method of the Shapes object. Actual, i get a watermark. My problem is that the watermark is displayed only on the first page of a document. But i want the Watermark ...
|
| VS Shared Add-in showing only in excel but not in word | 14 Jul 2004 02:04 GMT | 2 |
I have build the Button Faces tutorial found at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dno2k3ta/html/o dc_listbuttonfaces.asp This Add-in is supposed to run within Word + Excel (and I have selected both Word and Excell in the setup wizard).
|
| Is using VSTO the "equivalent" of using Word's application object in the code behind project stuff? | 09 Jul 2004 03:59 GMT | 1 |
I ask because I found an interesting effect if using Word's Application object. See the discussion in the topic "Can one save a reference added to project when automating Word" in the
|