2,270 Topics

Member Avatar for
Member Avatar for Fungus1487

Below is code i wrote as a wrapper for the microsoft office interops. It provides ways to establish the instance of the application and cleanup any remaining office processes after use. [I]Note the class I use is alot bigger but i have added the basics as a starting point.[/I] This …

Member Avatar for BarbaMariolino
0
1K
Member Avatar for yuppie

A small script which converts Microsoft Office Documents (Word, Excel, Powerpoint) to Posscript. You can build your own PDF Converter with this script. More Python/Pywin32 examples can be found at [url]http://www.win32com.de[/url] and Python based PDF Converter (for server and client usage) can be found at [url]http://www.goermezer.de[/url] .

0
420
Member Avatar for dm_team

I have created the WCF service which will convert the Office document into XPS file. I did using Microsoft Interop assembly Microsoft.Office.Interop.Word.dll Microsoft.Office.Interop.Excel.dll I am using silverlight application to show the XPS file. When i run the silverlight application with WCF is in same solution it is working fine. I …

Member Avatar for kvprajapati
0
94
Member Avatar for avirag

Hiiiiiiii i m making a C# spell check application in which i m using Microsoft word 10.0 or 11.0 object library, so in that case if i want to use 12.0 instead of 10.0 or 11.0.... So it is not support that application, and give some error and warning. So …

Member Avatar for avirag
0
116
Member Avatar for a_kumar

Hi Team, In our Project We are using V6 and Microsoft office 12.0 object library to access the Ms Word into the Vb Application , every thing is working fine English , we have a requirement to Support the Chinese language also . kindly advice what are the step need …

Member Avatar for UniversalClicks
0
116
Member Avatar for palavi

Hi all, i have applied 3 fromulas for the same cells so conditojnal formating is not working for 1 condition. formula i have given is [CODE]$C$12="test1" then format cells C10:C11 =$C$12="test2" then format cells C10:C11 =$C$26="NO" [/CODE] then format cells C10:C11 in these only 2 conditons are working 3rd condition …

0
68
Member Avatar for kevin.cochrane

Hi guys I wrote this program that interacts with Excel and it was working pretty darn well. I was off work sick for a week and came back to a fresh windows install and a program that now hangs on this line: oSheet = (Excel.Worksheet)oWB.ActiveSheet; with the following error: Invalid …

Member Avatar for sknake
0
383
Member Avatar for jtxay

Hello, I have been having problems on Outlook, it is a strange problem. Everytime i get a new message, outlook crashes, it stops responding and then it closes. I have tried to run the fixmapi.exe but it is unsuccessful. I also tried Uninstalling Microsoft Office 2007 and reinstalling it, but …

Member Avatar for 3xxx
0
243
Member Avatar for daviddoria

When someone sends a very high resolution image to an account that is received by Outlook 2003, the behavior is to show you the image at its correct resolution, which sometimes only lets you see a very small part of it. Is there a way to set the client to …

0
64
Member Avatar for Steve TRE

When I copy information from excel and do a paste special picture (enhanced metafile) all of the gridlines from excel are being pasted as well. This problem just started in July and is creating terrible headaches for us. Does anyone know how to fix this?

Member Avatar for Suspishio
0
141
Member Avatar for marcu

Hello, I am looking for a software that allows me to convert various documents ( such as MS Word, Excel, etc ) to PDF files, easily and fast. I have searched on Google but I'm not satisfied with the results so far, the free ones add advertising or watermark texts, …

Member Avatar for peter_budo
0
164
Member Avatar for Whalenut

Hello everyone! Maybe this thread isn't fitting for the hardware forum, if so i apologize. I've been wondering for som while now how software like a game or a office-suite is distributed. Because if i compile something on my Intel dualcore and the move it to a AMD (something) computer …

Member Avatar for syahrizal
0
60
Member Avatar for BSkiLLs

Hey guys whats up? I myself am pretty good with all this and actually know what i am doing here but... Having an issue that is bugging the crap out of me. I can not figure it out for the life of me. (either im to frustrated, or missing something …

Member Avatar for BSkiLLs
0
117
Member Avatar for dorkwad

Hey guys, I'm programming a tool for creating PowerPoint slideshows from an images directory. I get the error "Error HRESULT E_FAIL has been returned from a call to a COM component" on the second line of this code: [code=csharp] ApplicationClass powerpoint = new ApplicationClass(); Presentation ppt = powerpoint.Presentations.Add(MsoTriState.msoFalse); [/code] I …

Member Avatar for dorkwad
0
160
Member Avatar for RECrerar

Hi, I'm trying to do a paste special (values) of Excel data into an Excel sheet but coding it from word VBA. I can get a normal past to work however with the paste special the 'Paste' argument is not recognised. I have tried the following (only the paste special …

Member Avatar for RECrerar
0
298
Member Avatar for opieL2avi

Hello all, I recently had someone send me an excel file that was made with Excel 2007. I have 2003 Excel and so I could not open. I went to Microsoft support and downloaded the file that did eventually open the file. However, all my other documents I created will …

Member Avatar for barryt
0
129
Member Avatar for Member #46692

As the title suggests how? I have successfully used pyExcelerator to convert an xls file to csv, 1) I downloaded the pyExcelerator file. 2) Extracted it and put the file under C:\Python25\Lib\site-packages 3) Then I ran the example script xls2csv.py example.xls > comma.csv but I would like to know how …

Member Avatar for miesnerd
0
1K
Member Avatar for Member #204632

hellooooo People! well I have the following problem: I want to recreate something like the Office-"adressbook" in my application, so the user can search through his/her outlook contacts directly, without first opening the outlook adressbook dialogue. That means that I have to search through my contacts in a Datagrid...but I …

Member Avatar for Member #204632
0
123
Member Avatar for nkarvi

Hi everyone! I have an application in C#, that at some point calls a [code=c#] Microsoft.Office.Interop.Word._Application [/code] Problem is that when that point is reached, it takes ages to load the word app. I thought of creating a thread at the beginning of the program, so that the word app …

Member Avatar for kha0s
0
113
Member Avatar for darkocean

I want to research an ID on a sheet in a Excel file and found it and delete this ID from excel file and save this file. I want to remove a register from my file. ID is a fisrt column and I must be research this column and find …

Member Avatar for darkocean
0
125
Member Avatar for forthillidiot

What's happening. F10-factory redo, all's well xcept "outlook" multiple clicks will open, but AVG "Failed To Initialize pops up on first click. Have Ofice XP 2002/. Thank you someone.

0
57
Member Avatar for darkocean

Hello to everybody, My application has some problem yesterday but I solved them but today, again it has same problem. [code=c#] Excel.Worksheet sheet = (Excel.Worksheet)excelWorkbook.Worksheets.get_Item(bolge); Excel.Range ran = (Excel.Range)sheet.Rows[satir, Type.Missing]; ran.Select(); ran.Delete(Excel.XlDirection.xlUp); [/code] It gives an error message : Select method of range class failed. I did not solve this …

Member Avatar for darkocean
0
132
Member Avatar for Dixy

Hi guys, Can anybody provide me some tips of how to recover my Assignment which is a corrupt microsoft document? Thanking in advance anybody who is willing to help me. Cheers........

Member Avatar for kaninelupus
0
202
Member Avatar for Sallybarrett

Hi There, I have a user at a remote site who's emails prior to 8.20pm 11th August mysteriously dissappeared from her Inbox. She had around 600 she swears she hasn't deleted them, I have checked and they are not in her deleted items, she has no rules setup and no …

0
70
Member Avatar for papanyquiL

Hi all. I've made a very simple app and I want it to be able to save the items from the listview into excel columns (from the listview columns). I'll include my project file since pasting all of the code for different section could be a pain... I'm using excel …

0
65
Member Avatar for darkocean

I have a excel file and I want to find what I need the ID which is first colomn. The excel file is 4 sheets and fisrt colomn is ID on them. Problem is this : I know only and only ID but I dont know this ID which sheet …

Member Avatar for darkocean
0
678
Member Avatar for PinoyDev

hi guys. I have succesfully loaded all the data needed to an excel worksheet.this works fine.But i want to show the excel on my own form like in form1 rather that displaying it automatically like a normal app. my code(this works for me) below pls help.! [code=vb] Sub loadoutputaging() 'On …

Member Avatar for vb5prgrmr
0
129
Member Avatar for dcgibson

Would someone please give me a step-by-step procedure to associate a program with a file format--in particular--how to display content of a .pps (PowerPoint) attachment. I have downloaded the M/S PowerPoint viewer program but am unable to figure out how to "associate" it (whatever that means). Thanks, DCG

Member Avatar for dcgibson
0
148
Member Avatar for bravoman

Hello guys, i really need help with this one. This is the problem: I have a user with Windows Vista Home Premium and Office 2007 (Sony Vaio Laptop). When i start it and open a xls file its all ok, but if i close that file and i repoen it …

Member Avatar for ferensick
0
109
Member Avatar for dfroach

Hi, Am having a problem with what seems like a simple issue. I am trying to sort short section of a document but am having trouble selecting the text for the sort. It's a TV guide. Trying to sort the channel numbers. Typical sections look like: 19:00 5-1 Inside Edition …

0
44
Member Avatar for daosue

Hi, I think this is the right place to post this question, if not, please let me know :) I am running Windows XP Home and recently have been battling the adware/spyware/evilness, but suddenly now have a problem with Microsoft word that I don't think is related..maybe. I was working …

Member Avatar for Gwidel
0
1K
Member Avatar for malcolmsmith26

Hi Guys, we are having problems copying graphs for Excel 2003 to Word 2003. When you copy a graph in Excel, the office clipboard shows that a copy has been made but will not display the data. When you paste the graph into Word the graph does not display. When …

0
70
Member Avatar for scholar

hello friends, i am trying to use microsoft office document imaging library in my c# application to add OCR functionality to my application.However when i tried to run the following piece of code the compiler threw an error " Retrieving the COM class factory for component with CLSID {56F963EC-6EFC-4A6B-9A1E-5BFE545C89D0} failed …

Member Avatar for stsammet
0
371
Member Avatar for consultant1027

Running Outlook 2003. Recently got an iPhone and switched from getting mail via POP3 to IMAP. Like IMAP a lot better EXCEPT for how Outlook handles it - it sucks. Outlook for some reason randomnly cannot connect to the server (I check several e-mail accounts on several servers). Thereafter, most …

Member Avatar for consultant1027
0
155
Member Avatar for kevin.cochrane

Hi Guys I am using C# to make an app that will read an excel file, edit the data and then generate a graph for me using said data. The program works well, but when I open the graph in excel it is incredibly slow and sometimes crashes excel. I …

Member Avatar for kevin.cochrane
0
249
Member Avatar for sunmeng82160628

Hi, I Am about to buy a new office, and I must decide between 2007 and 2003. I'd like to buy 2007 (same price where I live) but I cannot stand the UI. Is there a way to make it look like 2003 (for me Word/Excel is enough) ? Thanks, …

0
35
Member Avatar for mixlee

Here's news: Not everyone likes the look and feel of Office 2007, and Word's interface is the one most people seem unhappy with. "Office 2007... has a few awesome features (most notable in my mind are the new charting features), however Word in particular is impossible to use." That's from …

0
111
Member Avatar for mixlee

Hi, I Am about to buy a new office, and I must decide between 2007 and 2003. I'd like to buy 2007 (same price where I live) but I cannot stand the UI. Is there a way to make it look like 2003 (for me Word/Excel is enough) ? Thanks, …

Member Avatar for kaninelupus
0
90
Member Avatar for Keidi

Helllo people I am trying to use vb.net to update an Excel spread sheet.I was doing well until I tried to output the contents of the cells in an input box.Apparently there is a problem with converting the data to type String so that the input box can output it.This …

Member Avatar for kvprajapati
0
141
Member Avatar for kevin.cochrane

Hi there If anybody could help me with this problem it would be great. I'm a noob when it comes to c#, and I know people loathe the idea of using c# to manipulate excel files but if you had my job you would understand. I have to sort through …

Member Avatar for kevin.cochrane
0
542
Member Avatar for yash777

hello all, I created a custom Ribbon for word 2007 using VS 2008. I have 4 editboxes on that ribbon in which user is going to enter some data. I would like to attach this data to the same word file and save it, so that when i open this …

0
79
Member Avatar for dputman

Can anyone help with this please? I my VB.NET app to list each of the documents that are currently open in Microsoft Word. If any docs are not saved then I need to save them. I have tried using the Word application object but creating a new App object doesn't …

Member Avatar for kvprajapati
0
84
Member Avatar for Sharif Lotfi

Hello I need to connection beetween VB.Net 2003 and Excel 2003 and use excel 2003 object I add Excell 11.0 Library to my project and write this code : -------------------------------------------------------- Dim xlApp As Excel.Application Dim xlBook As Excel.Workbook Dim xlSheet As Excel.Worksheet xlApp = CType(CreateObject("Excel.Application"), Excel.Application) xlBook = CType(xlApp.Workbooks.Add, Excel.Workbook) …

Member Avatar for kolstedt
0
313
Member Avatar for NoID

Hello Guys, I would like to know if its possible to have a form with four felds which when i press submit it stores the details to database and then excel or directly to excel, iv been searching around, and couldnt find much information, so would apericiate so help. Or …

Member Avatar for almostbob
0
207
Member Avatar for markperfinan

I always get an error with Line 39. It always have NullPointerException error. Could you check what is the error? Here's my code Imports System.Runtime.InteropServices Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim filen As String filen = TextBox1.Text test(filen) End Sub …

Member Avatar for markperfinan
0
396
Member Avatar for sknake

Daniweb support the [icode].doc[/icode] extension but not [icode].docx[/icode]. Can someone add support for the new extension so I can upload Word documents? Thanks [edit]I guess I could have .zip'd it. Oh well the post has already been made[/edit]

Member Avatar for jbennet
0
102
Member Avatar for Jeff51

I have Vista 32 Ultimate with Outlook 2007 w/Outlook connector. I have 2 Windows Live email accounts. I was able to synchronize both accounts with no problems up till a few days ago. Now Outlook will not download any of my Windows Live email. I have repared the Office Install, …

Member Avatar for Emzlly
0
138
Member Avatar for pedro.alonsod

Help word automation with c# urgent please Posted: 07-21-2009 02:29 PM Hello I'm trying to create a doc from a template I can access bookmarks an everything is ok except when there is a bookmark inside a textbox in the template, I can't acces that nor the bookmarks in the …

Member Avatar for pedro.alonsod
-1
927
Member Avatar for yash777

Hello all, I am using Word AddIn , i have a button on my Ribbon and i would like to save the current file on click of the button. How to do it ?????????

Member Avatar for sknake
0
176
Member Avatar for djmabeizy

Windows XP professional Service pack 3 Microsoft Office 2003 Symantec Endpoint Protection 10.1 The PC is on the network nearly everyday I get the following messages below, Hanging application OUTLOOK.EXE, version 11.0.8217.0, hang module hungapp, version 0.0.0.0, hang address 0x00000000. Windows cannot query DllName registry entry for {CF7639F3-ABA2-41DB-97F2-81E2C5DBFC5D} and it …

0
68

The End.