0
votes
0answers
31 views

Lync 2013: Change status and extend popup?

How can I in Lync 2013: 1) Set status of Lync 2013 user? 2) Extend the popup menu (when I right click a user)?
0
votes
1answer
29 views

Multiple instances of Word after running program

Does anyone know why I am getting a background process of word running in task manager for each time this goes round the for next loop? Thanks. Try For Each element In Raneeded If ...
-3
votes
1answer
198 views

Convert word to pdf in vb.net

There are word documents in physical path on server. Now, I just need to read them and download to the client machine by converting them to PDF format. My program is in VB.Net
0
votes
1answer
326 views

how to auto fill a word document with VB.Net

I would like to create a Microsoft Word template that I can have a VB.net project auto fill specific fields in with database values. My question is how to best go about this with Word. Should I ...
0
votes
1answer
160 views

How to reverse all words in a ms-word document with C#?

The document formatting should not change. Nothing change other than words order. Document : Word1 word2 word3 word2... -- END OF LINE OR PARAGRAPH Word5 word1 word5 word4..... After reversing ...
0
votes
0answers
41 views

Is it possible to handle the event of click on a ribbon tab?

By ribbon tab I'm referring to the Home/ Send/Recieve, Folder, View, etc. tabs. I have a custom ribbon that I use for an add-in I'm developing, and I would like the handle the event for when the ...
0
votes
0answers
32 views

XML Nodes not working in MS-Office 2002

In my application I need to print the data in a Word Document. I have created a word document Form Template for this to load XML(WorkOrders.xsd file name). I bind the data through vb.net based on the ...
0
votes
0answers
725 views

Cannot create new Excel.Application

I have this class in which I want to create a new Excel application to export some data to an Excel workbook, but I can't seem to create the application itself. I already added the ...
0
votes
1answer
171 views

Excel, ThisAddIn.vb: why is Application.SheetFollowHyperlink not called for =HYPERLINK()

I'm trying to detect clicked hyperlinks in Excel. The Application.SheetFollowHyperlink Event claims that it will be called "when you click any hyperlink in Microsoft Excel." However, although it does ...
0
votes
0answers
112 views

OCR reader, 2003 and forward

I've been working on a project using MS Office OCR reading. On my local machine i have Office 2003 and it works prefect. When i now copied the whole project into another maching using Office 2007, i ...
0
votes
0answers
144 views

Changing a Cells Format with Open XML SDK 2.0

I've looked at other posts but I'm getting confused, so I thought I would ask. I have an Excel Spreadsheet that I have to apply a date format to 2 columns before I open/read it with an odbc ...
1
vote
1answer
294 views

Outlook 2010 Macro to save attachment and FTP it to web server

This is the first time i've tried anything like this and having a few issues. i've written the code below which is a Outlook 2010 Macro. It Saves a selected email details in an SQL database, saves ...
0
votes
0answers
143 views

How to add a signature line in Word?

I'm looking for a way to add signature lines in word-documents I generate through a VB project with the Microsoft.Office.Interop lib. http://i.imgur.com/r4Bqu.jpg I know I've seen the code ...
2
votes
0answers
824 views

“Value does not fall within the expected range.” error while exporting excel to pdf

I am getting the above error while trying to export the excel 2007(xlsx) format workbook to pdf. The workbook contains only one sheet and I have Ms Office 2007 installed on my windows 7 PC. Here is ...
0
votes
0answers
573 views

How to detect password protected word, excel file?

My application will search ms office document such as word, excel, etc in folder and then read the tag in metadata. But my function will hang/stop when the function try to open a password protected ...
1
vote
0answers
218 views

Copy Range from particular Sheet in Excel OpenXML Doc to specific location in second OpenXML Excel Sheet (INCLUDING DRAWING contained within Range)

I have been looking for this snippet for quite a while and either: I am asking Google the wrong question, I am using the wrong approach or no one has done this yet (unlikely, I know). I have a ...
0
votes
2answers
350 views

How to read Word, Excel Metadata by Vb.net?

i want to read the metadata (such as author, keywords, etc.) of the Word, Excel file by asp.net (vb). How can I do that ? is there any sample, reference site ? thanks. i found the following code ...
0
votes
0answers
425 views

Excel Interop Assembly Error 80040154 in VB.NET

For the visual folks: And at line 61: Everything I'm finding on the web is one of 3 solutions for the problem: The user is trying to use an interop assembly without Excel installed. I have M$ ...
0
votes
1answer
247 views

Have Office 2010, need to compile VB.Net for 2007

Running VS 2010 under Win7 64-bit, and have Office 2010 installed. The application I'm working on opens and searches Excel spreadsheets and needs to run under Vista 32-bit with Office 2007. I've ...
0
votes
0answers
102 views

APPCRASH and result found with windows SDK with IL Dissasembler [closed]

I developed a purcharse order software for my work, which consist in adding a microsoft word objetcs so i can output data into a word document, my developing machine has windows 7 ultimate and office ...
0
votes
3answers
210 views

Compiling builds that have Microsoft Excel in TFS

I am trying to compile a project in VB.net 2010 that uses Microsoft Excel dll at some points. It works all fine when I compile from my computer, but when I use TFS to queue a new build, I get the ...
0
votes
0answers
174 views

How to find out the installation-directory / path from COM-AddIn

I've got a List of COM-AddIns from Excel and want to find out the installation-path of the AddIns, but the object "Microsoft.Office.Core.COMAddIn" only have the following Properties: Application ...
1
vote
2answers
343 views

Footer page number from Word document

I'm having a problem in MS Word interop. I'm using VC++, but I'll accept suggestions in C# as well. In a word document having a page number given in the footer when I use the SaveAs method I am ...
0
votes
1answer
140 views

Opening file via hyperlink causes VS to stop debugging

This is a rather odd problem i am running into I currently have a web page that i am adding hyperlinks to that when clicked will open a file (usually Word file though there are some Excel files). ...
0
votes
2answers
665 views

How to add style programmatically to Word document

I have a dynamically created textbox that opens in Word. I am trying to give it one of the default styles in Word 2010 ("Colored Fill, White Outline - Accent 1) however I have not been able to find ...
2
votes
1answer
2k views

SaveAs2 For Word 2010 not working with Client PC having Word 2007

I have developed a WinForm Application with VB.Net (VS2010) having Office 2010 Professional Installed, and it is 64-bit Windows 7 Platform. The program opens a .doc and .rtf format document, and ...
0
votes
1answer
193 views

how to send mails with a .Net app, via Outlook

I'm new in web development and would like to add a feature to a project I'm working on. I'd like to send emails with this project, and also to have a kind of agenda. I'm already using outlook for ...
0
votes
1answer
470 views

Using VB.net to Display an Excell File preserving Formating

I have a project that has a need to display a Excel file in second window, but because other controls are needed, simply launching excel is not sufficient. Right now I do not know if the target ...
0
votes
1answer
141 views

Databases, Office and Visual Basic.NET

I'm currently writing a program which will need to incorporate writing its output to a database rather than flat text files. I know that if you use a Database system like SQL Compact, when you build ...
1
vote
1answer
221 views

VSTO Powerpoint 2010 shared ToggleButton on multiple document Windows

Create a simple VSTO Powerpoint 2010 AddIn with 1 toggle button inside the Ribbon. Open several presentations, then clik on the toggle button. The checked state of the toggle button is shared ...
1
vote
2answers
695 views

How can I adapt a 32-bit VB6 application to work with 64-bit Office?

I have an application developed in VB 6.0 and VBA that uses latest Office 32 bit version. But since this application is 32 bit, it does not run on systems where 64 bit Office versions are installed. ...
1
vote
0answers
383 views

Convert Excel 2003 workbook to pdf Sheet wise

again i am killing your time. I have to make an app which convert workbook to pdf i am using PDF995. But I dont know how to configure the paper size as some of sheets takes about 150 inches. Also it ...
0
votes
0answers
308 views

VB.NET - Create and run VBA macro on the fly?

So, I want to iterate through thousands of Word and/or Excel documents and I want to do specific stuff to them. I know I can write specific commands through Visual Studio but what I really want to do ...
0
votes
1answer
88 views

MS Office 2007 How can I track office's document changes?

The Office 2007 interop API doesn't provide any event on document changes. How can i get an event for each modification that happens ? (like OnDeleteSlide, OnAddSlide, etc..) I think to get a hash ...
0
votes
1answer
159 views

Ways/Sources to learn writing macros for Microsoft office word

Please someone help me to find sources to learn writing macros for MS Office Word. I am ended up with getting web pages for only "Recording macro" explained in different ways. While seeing those web ...
0
votes
1answer
192 views

VK_PRIOR key not working

using WebBrowser Control to display a PPT file. With Office 2007 this is successful, but with Office 2010, the page down key (VK_PRIOR) does not work. This code for click previous does not work with ...
0
votes
2answers
508 views

Loop through excel workbooks in vb.net

I am working with a folder of xls files that are all in identical format (automatically generated by entering numbers into a pricing app). I need to pull the data that is in cell D54 on the worksheet ...
0
votes
1answer
565 views

How can I load a byte array into excel?

I have a btye array that I would like to load into excel. This will do this in vb.net with visual studio 2008. How can I load the byte array into Excel via memory or with code?
0
votes
1answer
436 views

Conditional Formatting (BarType) in Excel with VB.net?

I want to add BarType conditional formatting for my range ! I have : sheet.Range("F3").FormatConditions.AddDatabar() How to add : MinPoint MaxPoint BarColor ??? I tried : ...
3
votes
2answers
177 views

What supports Excel better ? ( VB.net or C#.net ?? )

I need to implement reporting.. with Excel sheets and need a lot of heavy excel workings.. So.. I have two options.. C#.net or VB.net !! What would be more closer to EXCEL ? What would provide me ...
2
votes
1answer
153 views

Deploy Office 2007 add-in

I have created a PowerPoint addin using the steps from this article: Using RibbonX from Visual Basic The plugin works fine when I start the project using F5 in Visual Studio 2005. But if I try to use ...
0
votes
1answer
383 views

Vb.Net MS Publisher Strings Array To TextBox Problem

I am creating a Simple Publisher Application in which I need to insert texts in different textbox from an array of strings .I have coded it like this . Dim texts(40) As String 'Array of strings ...
0
votes
2answers
165 views

Recognizing new or already known document with VSTO

I've never worked with VSTO and I've recently read all kinds of stuff about it. So I ask a theoretical question. I'm trying to make an addin which should (using buttons in it's own ribbon tab) upload ...
3
votes
3answers
1k views

Documents.Add fails on ASP.NET (VB.NET)

I am having an issue with opening a document using Microsoft Word from ASP.NET MVC. This works perfectly on my developer machine, but not when deployed to IIS. Dim word = New ...
0
votes
1answer
141 views

assign value without open excel file

Imports Microsoft.Office.Core Imports Microsoft.Office.Interop Imports Microsoft.Office.Interop.Excel I have this code: Dim oApp As New Excel.Application() Dim wb As Excel.Workbook wb = ...
0
votes
1answer
405 views

is there a DoCmd.RunMacro method for running macros inside EXCEL and Word

I saw people use DoCmd.RunMacro to run macros inside ACCESS, and tired in vain to find a similar method for Excel and Word. Is there a similar method at all? thanks.
0
votes
1answer
73 views

How would one detect a property of type “InvalidOperationException” within a collection?

Consider the following vb.net code for an office add-in (for access): td = db.TableDefs(objectName) For Each fld In td.Fields For Each fldprp In fld.Properties ...
0
votes
1answer
363 views

GZipStream Error

I use the code below and get this error InvalidDataExcption: The magic number in GZip header is not correct. Make sure you are passing in a GZip stream. I am trying to extract a Microsoft word .docx ...
0
votes
1answer
148 views

how to get the object associated with a context menu in an office add-in

I have a simple COM add-in for office that I am developing (for access specifically). I have added a custom commandbarbutton item to the context menu that pops up when you right click on an object ...
0
votes
1answer
485 views

Custom shape object in MS Office

I want to create some custom shapes for MS Office which we can use in house. For example I want to create a shape named “carton box” which have three – four default places where user can add some ...

1 2