2,270 Topics
hi i'm trying to run an exe file on the client side using the following code: [CODE=javascript]var oShell = new ActiveXObject("Shell.Application"); var prog = "C:\\Program Files\\Microsoft Office\\Office12\\Excel.exe"; oShell.ShellExecute(prog,"","","open","1");[/CODE] when i run the code it fails with "Access denied" error which i cannot resolve. i modified my ie (8) settings to …
Here is what i want to do : I have a laptop, a LCD TV connected with a DVI cable. I want to set up a loop presentation to run all day. It runs very well, i setup up with dual display, and full screen, and powerpoint has a "play …
Hi all, I am trying to open an excel file which is in the same folder as my python script. The script is able to open the file first time, & after that it just throws the following exception: pywintypes.com_error: (-2147352567, 'Exception occurred.', (0, u'Microsoft Office Excel', u"'test .xls' could …
guys have to create a SRS document on my final year project,and the admin is ask us to create the SRS Doc using Lutex.but i am not familier with the software Lutex.so what i wont to know is ' lets say i did my srs using ms word and convert …
How to caluculate in excel like this format (3/26/2005-3/26/2010=1826) i want like this format 3 months 5years) (3/5)
Any help on the above subject will be very much appreciated! I have succeeded in creating the check box before emailing it; but once I send it it is impossible to see it again! Basically I would like to give the option to the recipient to tick or untick the …
i just install microsoft outlook 2000 but i do not know how to configure it. how get start with microsoft outlook? how can i send mail using microsoft outlook? what should i type in internet mail server, outgoing mail and incoming mail? :cry:
I have been trying to inset an excel spreadsheet into oracle. I can import everything fine but whenever I need to import dates it does not work. is there a special formatting I need to do with excel? I have tried every step that I can possibly think of. whenever …
I have installed Microsoft Office Home and Student 2007 on windows 7, and it is installed good, but when i try to open Word or Excel it gives me a message saying "Microsoft Office word (excel) has not been installed for the current user. Please run setup to install the …
Hi, I just got a refurbished netbook with windows 7. I tried to install a trial version of MS Office 2007 but after I enter my product key I keep getting a message saying the trial period is over, and the features of Outlook, Word, etc. are still disabled. How …
Hello Friends, I am trying to automate PowerPoint using VB6. I want to dynamically create an organizational chart in Powepoint, from a VB6 application. I have Office 2003. I am getting error on the following line, when i try to add a node in the Organizational Chart. ppSlide3.Shapes.AddOLEObject 100, 150, …
This issue is probably caused by me being an idiot a while back. I installed Office 2010 beta on my dev box. It did NOT affect my project that uses Microsoft.Office.Tools.Excel However when I decided to uninstall 2010 and go back to 2007 only to maintain some compatibility with customers …
Hi, pls let me know how you created a setup project for 2007 addin which files needs to be added to my add-in project. In 2003 add-in project by default you get a setup project but in 2007 you did not get...... Please help me on this......
I have a G4, dual processor 533 desktop computer. My internal hard drive is experiencing a fatal error therefore I bought a new one (not yet installed). I have the OS disk and my CS3 disk but I don't have the disc for my microsoft office suite. I copied everything …
I particularly like the Publish facility within VS 2008 (VB). What I actually want to do is use the same facility for a Spreadsheet. I.E. I have a Spreadsheet with a chunk of VBA code behind it. Is there anyway to incorporate the spreadsheet into a VS 2008 VB project …
I have an excel spreadsheet that has 2 used columns. Using Python I have to read the data in those to columns. So far I have a code that lists the item in column A and B on Python GUI. Once that is done I have to write code so …
hi I'm new to outlook add ins. i developed an outlook 2007 add in project and added a setup project so i will be able to install the add in to other computers. when i install the add in (using the installer from the setup project) it works fine on …
Guys, I need help importing mac mail to Outlook 2007. Any assistance, ideas will be greatly appreciated. Thanks. :)
Hey all, I am currently making a phonebook as a final project for my introductory c# class and I was wondering how can I save my form's contents to a database? and how do I export it to an excel file? I have a listview of items that indicate name, …
Hi, I used to be able tpo do this but must of forgot something. I am trying to write to Excel sheet and while I have the right references, but something particuarly with the ranges I am doing wrong. Can someone please tell me what I am doing wrong. here …
When I try to launch microsoft office outlook, I get this message: Error 1317. Setup cannot create the folder C:\documents and settings\All users\application data\microsoft I am somewhat technically challenged. Thanks for your help
MS Office word Version problem Hi, I'm facing the following problem when trying to open the word document from deployment server. Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. I will explain in detail my problem. …
Has anyone experienced the problem of the default dictionary suddenly changing itself for no reason at all in Microsoft Word 2000 ? The default dictionary has been set as English (UK), user creates a number of documents only to find the dictionary then changes to English (US). Is there anyone …
I want a macro that does the following: Let say I have two ms excel sheets named as Sheet1 and Sheet2 Sheet2 has two columns A and B (populated with some information) What I need is, check Sheet2 column A values in the Sheet1 column C if value exist highlight …
Hi, my first programming query: well three queries. All I hope are trivial :) I thought I would have a go at trying to retrieve a value from an existing excel sheet. To do this I have used Project...Add reference to add - Microsoft Excel 12.0 Object library - Microsoft …
Hi.. Can somebody please advice me on how to set a powerpoint presentation as the powerpoint.application.activepresentation? In the program below, when the form is loading, it will open 2 powerpoint files (Test1.ppt and Test2.ppt). After Test2.ppt is opened, it will be the activepresentation because it is opened last. What I …
I want to build a simple app, text box and command button to open a excel file with a specific worksheet. lets say i have 20 excel files with 20 worksheets each all with various names, I'm trying to make it so i can enter the worksheet name in my …
OS: Winows XP Pro SP3 Software: Outlook 2007 / Outlook 2002 We are having a problem opening tasks in Outlook. We just started using Outlook as our task management software and not being able to open task requests is causing us lots of problems. We recently upgraded half of our …
Im trying to customize the Contact Card that appears on the Office Communicator 2007. The default information about the pesron that appears on the Contact Card is not enough and would like to include some more information. I've downloaded the API and also looked into adding custom tabs using an …
Hi, I'm trying to read an excel worksheet that has cells with decimal numbers with exponents of 2 or more. When I read a cell that has a value of say 1002.00 in the cell, I'm getting 1002 when the code is reading the cell. In the formula bar in …
is this code correct to create a new post item... [code] sfilepath=@""C:\Documents and Settings\example.msg"; Outlook._PostItem omail = (Outlook._PostItem)olApp.CreateItemFromTemplate(sfilepath,Type.Missing); [/code] am new to this and mainly doesnot know the difference between mailitem and postitem..but when i create a mailitem the code rus successfully.But when using postitem it shows the below exception.. …
Hi, I'm new in C#. I want to import data from Microsoft Access into Excel spreadsheet. How can I do this? Do I need to use OLEDBConnection and retrieve the data or is there any straight away way to import the data? Can someone point me to the right tutorial …
hei friends can anyone tell me how to upload excel file to access in vb.....if u give code it will be very much helpfull to me, thankx.
hi i created a new OutlookAddIn project. the project adds a custom toolbar button to outlook. when run the project in debug mode, i see the custom button and everything works. i want to install the poject in another computer, i added a new SetupProject to the solution and targeted …
Hi all I was wondering if its possible to setup a email in the above mentioned program so that I'm able to send a specific email everyday (or according to setup) at the desired time. Thanks in Advance
hello everyone i have a console application, written in c++, let's say called [B]MON[/B], which monitors stuff about the computer (statistics mostly), and sends them to a server. now i must add more functionality to it (let's call it [B]PRINTMON [/B](inside the [b]MON[/b], or outside in a program/office addin/something - …
Hello, I have an Excel file with 40,000 rows of data. I would like to create a program in which reads the first column of the 40,000 lines and allows me to choose which row to edit. After selecting the row to edit, I'd like a form to come up …
I have both Office 2003 and Office 2007 on my computer. I want Excel and Word 2003 to be the default programs to open files when I double click on them from e-mails etc. Somehow, and I don't know what I did to accomplish it, I got Word 2003 as …
I'M just getting started with Linux and I'M using Ubuntu. Straight from the CD Ubuntu came loaded with Open Office - Word, Spreadsheet, & Presentation. But how do I get the whole Open Office package? And what happens with the ones already on my system? Do I need to remove …
I'm battling with an Excel VBA problem. I'm working in a spreadsheet in a folder called "Master". On the spreadsheet, I have, amongst other data:- Cell c5 the SalesRep Cell c6 the Customer cell c7 the QuoteNo. I then run a macro to do some calculations. After the calculations, I …
Hi, i need to export a listbox data to an xls file, how i can do this? thanks
greetings, on my xp / ofc 2007 system, i have copied several documents in to a single doc. on the far right hand side / past the right hand margin, there appears a great deal of white space... to what appears to be a page width of ~10". i have …
this happens in all office apps..tried office 2003, 2007..driving me crazy...doesn`t do it in wordpad or notepad...and only the number 4...simply changes to number 3 after i press enter...if i type 44, then it`s ok...tried different keyboard, uninstalled office..set preferences to default..scanned for virii, malware...i`m stuck...please help...thank you
I am trying to enter the following formula but I am coming up blank. Ok, I have excel 2007. I created a purchase order. On the purchase order I am trying to calculate multiple sales tax possibilities depending on which state I place in the State cell. The 3 cells …
Okay, I know this is really really simple, but for the life of me, my brother and I cannot get this to work properly. [LIST] [*]We have a number in Cell D4(and down). [*]In E5 is the binary conversion of D4. [*][*]In F2-N2 we want to have the individual numbers …
Hi All, I am creating and saving the excel sheet at runtime(it is a copy of report generated in flexgrid). I need to add some of the column names in the excel sheet name while saving. e.g. Excel sheet should be saved as Report_Nid_Status_RBAC_Status_Today'sDate. Nid_Status and RBAC_Status are column names …
I had a problem at work which I solved, but that raised me another question. I wanted to export a page to excel, so I used this: [CODE] response.setContentType("application/vnd.ms-excel;charset=iso-8859-7"); [/CODE] It worked but while I was searching for an answer I found 3 possible content types for the excel: > …
Hello Friends, Through python I am able to generate an excel report. In one of the cells I have populated an e-mail address which shows up as a hyperlink. Can I make this hyper link to launch outlook with the e-mail address present in the cell in the "To" and …
I just reformatted my computer, and need to get rid of Microsoft Office 2003 Trial so I can install my purchased copy of Office 2007. I tried add/remove programs and Revo Uninstaller, but it's still there. What should I do? Thanks or the help
i have problem whenever i install Microsoft office 2007 in my [URL="http://www.netbookawards.com/"]laptop[/URL] the security error has occurred every time.so please help me to avoid such type of problem.thank u.
The End.