Group:  General ยป microsoft.public.officedev

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  
please i want microsoft office 2003 to download now
clintonlutherking@yahoo.com...
1 12.03.2006 02:07:28
RecordSet from Excel-database
Im am get a recordset from an Excel-database in almost the same way as from an Access-database but it does'n work, please help. I have a workbook "SimpleDb.xls" with a worksheet "Products" I get error -2147217865 The Microsoft Jet database engine could not find the object 'Products$' Here is my VBA code in Excel for the Excel-database Sub GetDataFromExcel() Dim cntConnection As New ...
2 13.03.2006 19:48:19
How do I find my pop3 and SMTP or MAPI to create email acct?
I am brand new at trying to use OUTLOOK Express for my office as I have always used MSN. How do I find my email properties, such as POP3 and SMTP stuff to use the wizard to set up an intra-office email system? Is there a place in the help section that gives both the steps and the info. Thanks ...
1 11.03.2006 03:21:27
BECOME A DOT.COM MILLIONAIRE WITH ONLY $5.99Cents or $1K.
...
1 09.03.2006 20:45:00
how to do this using c#
I created a Pivot Table in Excel using c# and was able to specifi RowFiled, ColumnField and Datafield as: Xl.PivotField pvtRow1 =((Xl.PivotField)pvt.PivotFields("Description")); pvtRow1.Orientation = Xl.XlPivotFieldOrientation.xlRowField; Xl.PivotField pvtCol =((Xl.PivotField)pvt.PivotFields("PortName")); pvtCol.Orientation = Xl.XlPivotFieldOrientation.xlColumnField ; Xl.PivotField pv...
2 09.03.2006 14:08:34
Generic VB Code to Hide Spreadsheet
Is there a generic VB code that will hide all spreadsheets in a workbook but one. I use this method to prevent users from using the file after disabling macros. If they Disable Macros, all they see is a spreadsheet with a message saying 'to use this file they have to Enable Macros'. When Macros are enable and the file is closed/saved, all sheets, except the one with the message, are m...
3 09.03.2006 13:45:11
Outlook Add-In using .Net?
Can someone point me to a good resource on developing an Outlook Add-In using Interop from .Net? TIA// ...
3 08.03.2006 13:50:05
XP Theme for add-ins
Can anyone advise how to achieve the XP Themed look for an Office (Word) Add-in? Setting up a manifest file does not seem to work with a DLL, so there must be another way - I assume. - Jeremy ...
4 08.03.2006 13:48:27
Expansion Pack can not find Smart Doc Program
I have successfully imported the manifest.xml file into the Word DOT file. The problem occurs when the "attach" process happens. I get the following error: The XML expansion pack or the Smart Document program is missing or invalid. Contact your mother about thumb sucking problems. The program and the manifest are in the same folder, and signed with a self-cert. I'm thinking that ...
1 04.03.2006 01:48:18
TaskBar Icon: Minimize All Windows
I used to have a little blue icon on my taskbar which allowed me to minimize all and see the desktop. It's been deleted, and I can't seem to find in the help file how to get it back ... though it does tell me how to have Quick Launch running, and put the entire desktop viewing button there. any help is appreciated....
1 03.03.2006 19:58:05
Is there a way to easily convert html to wordml?
I Googled this topic last night and discovered that many people have encountered this problem. However, I didn't find any references to an easy solution (or, oddly enough, a product). I'm trying to do it from a VSTO solution created in C# .NET using the primary interop assemblies. I'm attempting to translate html that incorporates standard formatting tags (e.g. <b/>,<u/>,<i/&...
1 02.03.2006 12:57:57
Microsoft Access
1-How can I run a power point presentation by clicking on only one button ? 2-I want to know more about "Auto dialer" in the program Microsoft Access : how does it work ? what are the requirements ? ...
1 01.03.2006 19:35:09
Word current page number
Hi all, how can I obtain the current page number? I need to print in the footer "Page X of N" Thanks in advance ...
6 01.03.2006 10:48:15
Can visual basic applets work throughout office programs: word, .
templates with visual basic applets (even though that is a Java term, it is applicable) or routines, macros, and other programming bits should work uniformly throughout all office programs, whether word, excel, powerpoint, publisher, access, outlook, and the newer additions, with the voice recognition add-ons able to respond, but how? Where is the detailed information for making this un...
2 01.03.2006 09:31:32
EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>YOU COULD BE EARNING OVER $3K A DAY , $100K A MONTH.INCOME. CHECK IT OUT. Investment is only $5. 99cents a month.</P> <P><A href="http://www.vosar.net">www.vosar.net</A></P> <P>Tel: 775-333-11...
1 01.03.2006 07:15:15
The Tools/Customize command is greyed out
I have MS Word 2003 embedded into ActiveX and then into HTML page in IE. Word has "Customize..." menu item greyed out and it can not be activated by: CommandBars("Menu Bar").Controls("Tools").Controls("&Customize...").Enabled = True (it does not set 'Enabled' at whole) or CommandBars.DisableCustomize = false; (it is already 'false'). It seems, that ActiveX as container for Word mak...
2 28.02.2006 08:56:28
How to connect add-in button with outlook built-in menu
'sI coded outlook com addin which has 2 buttons, I want to one of my button clicked, fire outlook built in menu->tools->options propety pages thanks in advance...
1 28.02.2006 03:31:27
Saving not possible after correcting validation error in SmartDoc
When I have a validation error in my Word Smart Document (C#, .NET 1.1) and I correct it, directly afterwards saving the document as XML (programmatically using Microsoft.Office.Interop.Word.Document.SaveAs) is not possible. An error message appears, telling the document is not valid. Closing and reopening Word and then the Document can be saved. ...
1 24.02.2006 14:19:27
Opening of SmartDoc with Document Structure Pane visible fails
If I open a Smart Document which had the Document Structure Pane visible when it was saved, an error occurs. First I have to close the Structure Pane and then to reattach the XML Expansion Pack. Afterwards I can open again the Document Structure Pane....
1 24.02.2006 14:05:29
Incomplete copy of Excel Smart Document
I have a Smart Doc in Excel with following structure in manifest.xml: <SD:solution> <SD:type>smartDocument 3*<SD:file> with dll's, 1 type solutionActionHandler 2 type other <SD:solution> <SD:type>schema 2*<SD:file> with schemas, 1 type schema, 1 type other <SD:solution> <SD:type>other 3*<SD:file>type other, 1...
1 24.02.2006 13:39:12
VS 2005 setup, .NET 2 and PIAs, merge module available?
I have an Office 2003 automation package created in VSTO 2005. It needs to contain .Net 2 and Office 2003 PIAs. I have three separate installs now, but the users often screw it up. Support is difficult, because locations are worldwide and English is often a second or third language for the users......
9 24.02.2006 12:52:10
Small-Scale App - Which Tools to Use?
Hi all. I have a few specific objectives for a small-scale app I am developing, and I am struggling to make the right choices on which set of tools to use. Here's the deal: - Source dataset of about 50,000 rows, sitting in an Access DB. - Want to use Excel as the the "presentation layer" of certain rows, formatted and presented in a very particular way. - A semi-complex form will sit ...
1 24.02.2006 03:28:38
Outlook add-in VSTO runtime failure
Created Outlook add-in using VSTO. Runs fine in IDE. On my test client, I get: Event Type: Warning Event Source: MsiInstaller Event Category: None Event ID: 1001 Date: 2/23/2006 Time: 9:34:02 AM User: TIRNANOGLOC\rickhan Computer: ATHENA Description: Detection of product '{388E4B09-3E71-4649-8921-F44A3A2954A7}', feature 'Runtime_Redist_for_VSTO' failed during request for component ...
3 23.02.2006 22:31:38
Meta Data against Excel Cells
I have a spreadsheet which allows a user to determine their budgets for a given year. I want these to be written to a database. The problem I have is as follows Take a spreadsheet with the following columns Account Number Description/Name BudgetPeriod1 BudgetPeriod2...BudgetPeriodn I want the user to be able to click on an entry and for the application to do various things depen...
1 23.02.2006 11:40:27
Unwanted Persistent CommandBarButton in Word 2003 Add-in
I have a shared add-in for Word 2003 written in C# using Visual Studio 2005. When this add-in is uninstalled the button it places on the Tools dropdown menu continues to persist until it is deleted manually. The button is added in the OnStartupComplete method and 'true' is being passed as the Temporary argument. I have attempted to call the button's Delete method in OnShutDownBegin but to n...
2 23.02.2006 10:59:19
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net