The office-2010 tag has no wiki summary.
16
votes
8answers
25k views
Detect whether Office 2010 is 32bit or 64bit via the registry
Now that Office 2010 also comes in a 64bit install, where in the registry do you find out if the version of Office installed is 32bit or 64bit?
14
votes
3answers
4k views
What are the differences between VBA 6.0 and VBA 7.0?
I noticed that Office 2010 comes with Visual Basic for Applications 7.0. However I can't seem to find much documentation on what changes were made. Does anyone have a summary of the changes, or any ...
11
votes
1answer
438 views
Programmatically rebuild .exd-files when loading VBA
After updating Microsoft Office 2007 to Office 2010 some custom VBA scripts embedded in our software failed to compile with the following error message:
Object library invalid or contains
...
8
votes
2answers
1k views
Using Office 2010 web apps with ASP.NET
Would it be possible to use the Office 2010 web apps with an ASP.NET application?
For example:
- For each user of my ASP.NET application there is a folder with Word documents on my server
- The ...
7
votes
1answer
693 views
What Component IDs should I search for to detect whether the Office 2010 PIA's are Installed
I'm creating a plug-in for Office 2010 and need to detect on install whether the Office 2010 PIA's are installed.
I have done this for 2003 and 2007 but cannot find the Component ID's for 2010 does ...
6
votes
2answers
2k views
How do I create securely password protected .xls files in Excel 2010 from VBA
I found that in Excel 2010 (and 2007), when you try and choose one of the more secure types of encryption, it seems to silently ignore your settings, leaving you with a file that can be cracked in ...
6
votes
2answers
2k views
Will VSTO add-ins developed for Office 2007 work in Office 2010?
Are the VSTO add-ins that were developed for Office 2007 compatible with Office 2010? If not, what would need to be done to upgrade them to run in 2010?
5
votes
3answers
688 views
Does Microsoft Office 2010 make use of WPF or is it plain old MFC?
I have been using WPF for some time now and I am trying to reproduce some of the nifty UI features of their office suite. Although very easy in WPF, I am wondering how it could be done using MFC ...
5
votes
3answers
1k views
Word automation does only work for administrator, or with a delay after creating word.application
We have a program made in Borland Delphi that uses Word automation to create documents.
On an installation (terminal server) we are only able to get the Word automation to work when running as local ...
4
votes
1answer
250 views
Get a CheckBox in Word using OpenXML
How does one get a handle to a CheckBox control that's embedded in a Word document using OpenXML?
You would think that either Paragraph.ControlPropertiesPart or Paragraph.Descendents() would achieve ...
4
votes
1answer
1k views
VBA End-user upgrading Microsoft Office 2007 to 2010 (VBA 6 to VBA7) problems and need for documentation, help, tips. (Enough with keywords)
As typical small-business user, when my laptop broke I HAD to upgrade to Office 2010 (2007 isn’t on market anymore). Now I have a bunch of quick-and-dirty VBA to go with my old worksheets. None of ...
4
votes
2answers
2k views
Word 2010 addin does not load, vsto 2010
Our development machine is 64 bit hardware running Windows 7 Professional N (64 bit), 64 bit Office Professional 2010 and Visual Studio Professional 2010.
We created a Word 2010 (Application Level ...
3
votes
3answers
2k views
Programatically configure Office 2010 Word Ribbon via VBA
Is it possible to configure a Ribbon (e.g. adding a tab etc.) in Office 2010 programatically via VBA? I.e. by writing VBScript code in a macro.
Br. Morten
3
votes
1answer
551 views
Is there a way to develop custom SmartArt?
Is there a way to develop custom SmartArt for PowerPoint. I'm not looking for a way to develop "fake" smart art, like add a bunch of shapes and then group them and copy/paste between presenations. I'd ...
3
votes
1answer
765 views
Is SharePoint compatible with Office 2010?
I have a site developed in Microsoft Office SharePoint server 2007 and I have installed Microsoft office 2010 on my machine. When I try to access excel file stored in document library. It gives me an ...
3
votes
1answer
235 views
Set Publisher in Word Options Add-Ins Dialog
I have made an addin for Microsoft Word 2010 Beta using Visual Studio 2010 RTM. When I look at "View and manage Microsoft Office Add-ins" the publisher shows up as None.
Would code signing with a ...
2
votes
1answer
40 views
How would you write an expression to test for one or more spaces in VBA and then use that to find matches in Excel cells?
I am trying to use some simple regular expressions in writing a macro for an Excel document. Here is what I have so far:
dim regex
regex.pattern = "\s+"
for p = 3 to totalparamcount
if ...
2
votes
1answer
112 views
How to navigate programmatically in an Office 2010 addin?
Does anybody know if it is possible (and in that case how) to navigate programmatically in an Office 2010 addin?
The idea is to create a settings button on a ribbon tab, that when clicked, will ...
2
votes
3answers
354 views
Updating OLE Reference in VB6 app
I have an old vb6 app that I'm in charge of maintaining that saves, opens, and prints Word documents to a users computer. The other day when we switched from office 2003 to office 2010, I started to ...
2
votes
2answers
205 views
Making vsto add-in installable
I´ve created several VSTO add-ins for Outlook/Word/Excel/PowerPoint.
When i build them & then start the accociated program, the add-ins are installed and work wonderful.
When I try to install the ...
2
votes
2answers
450 views
Alternative to WebDAV (what does docs.live.com use?)
Currently I have a simple WebDAV solution. However when using Microsoft Office it only plays well with IE. I'd like to know what alternative (and possibly in the same breath, what docs.live.com is ...
2
votes
1answer
463 views
Word 2010 VSTO development
I'm trying to create a Word 2010/2007 VSTO add-in and have run into a couple of questions:
If I use the Backstage View and
other 2010 features in the Ribbon,
how will Word 2007 handle them?
(i.e. do ...
2
votes
1answer
623 views
Office 2003 interop with only Office 2010 installed
We have an application (.NET 2.0) that uses Outlook 2003 features (Microsoft Office 11.0 Object Library). My new computer has Windows 7 and Office 2010 installed, and the references don't work anymore ...
2
votes
1answer
6k views
calling web service using VBA code in excel 2010
I am trying to write some VBA code in Excel 2010 that would consume a web service. I am unable to find any related resources on the internet. Can someone please tell me how to do this.
2
votes
1answer
379 views
Visual Studio 2010 RC with Office 2010 and Office 2007 installed
I have Visual Studio 2010 installed on my Windows XP development machine along with Office 2007 Professional and Office 2010 Professional. I am trying to develop several add-ins for Office 2007; ...
2
votes
2answers
542 views
Where should addins for Office 2010 put their Options GUI? (and how?)
Up until Office 2007 it was common for addins to add a tab page to the main Options dialog (Tools|Options) where users could configure the addin's settings. While this essentially still works in ...
1
vote
0answers
55 views
How to change the powerpoint view type as Reading view programmatically?
There is a new view type introduced in powerpoint 2010 called as 'Reading View'. I am trying to apply it to a presentation but the PpViewType Enumeration of office interop does not contain any member ...
1
vote
3answers
88 views
Working with Office “open” XML - just how hard is it?
I'm considering replacing a (very) large body of Office-automation code with something that works with the Office XML format directly. I'm just starting out, but already I'm worried that it's too big ...
1
vote
0answers
12 views
CFillFormat for powerpoint 2010
I'm using C++ to create a Powerpoint 2010 slide (in Windows 7).
I have a picture in a .bmp file that I'd like to fill the CShape.
So the code does this:
_variant_t vPicName= L"MyPicture1";
CShape ...
1
vote
0answers
81 views
Office, Save to SharePoint, Locations … Add Delete from list
In Word under the Save to SharePoint there are Locations and Recent Locations.
How can I manually add to the list of Locations.
Well ideally I want to do this via code or script so for every user in ...
1
vote
0answers
129 views
Can't call Word VBA Macro with parameters
I have a VB6 application that needs to call a Word 2010 VBA routine and supply a string parameter. The VBA routine is in an Addin that is enabled with the open document.
According to the MSDN ...
1
vote
0answers
263 views
difference between PowerPoint 2003 and 2010 (ParagraphFormat.Alignment)
What we do:
We create powerpoints documents for Powerpoint 2010 and Powerpoint 2003.
Where the problem is:
Lables created with following sourcecode appear different in Powerpoint 2010 and ...
1
vote
1answer
45 views
Office 2010 Styled Help
Hi In Office 2010 you get a popup window if you click on ? or press F1
(Sorry for the Danish text)
Before I start coding my own popup Window in WPF, I would like to know if there is some standard ...
1
vote
1answer
102 views
Office add-in ribbon won't go away after debugging
Using Visual Studio 2010 I created an Office 2010 Word add-in project that has a ribbon with a couple of basic controls. I haven't even added code yet. When I debug the project Word launches and ...
1
vote
1answer
225 views
Is there a way to add custom web services to Word 2010 via the Research Pane?
I have been wondering if I can add custom web services with the wsdl or asmx file extension via the Research Pane in Microsoft Word 2010. I have searched just about every site that has those ...
1
vote
0answers
262 views
Outlook View Control for Office 2010 64-bit
In our application we use the OVC for showing the Outlook Calendar. As our customers uses different versions of Office, we provide different versions for O2003, O2007 and O2010.
In O2010, the OVC ...
1
vote
1answer
418 views
deploy office 2010 addin in visual studio 2008
I developed an Excel addin 2007 in Visual Studio 2008.Now i Need to Deploy the addin to Office 2010.Can i Do it in Visual Studio 2008?
Thanks in adv.
1
vote
1answer
338 views
Calling a VBA Macro with Parameters from Backstage
In this question I was having problems debugging a Macro with Parameters that I want to use in Office 2010 backstage.
The answer to that question explains why I could not debut the Macro, but I am ...
1
vote
1answer
838 views
MFC Feature pack in Office 2010 style
I developed app in mFC using vs2008 and MFC Feature pack 2008. its look and feel is like 2007 office style. Now i want app look and feel like office 2010.
Will you explain me how to do it?
1
vote
2answers
567 views
Word 2010 : Automatically populate Backstage tab from Folder
We're about to move from Office 2000 to 2010 and are looking at how best to provide our templates to users.
What I want to do is replace the Office.com templates with our own.
Looking at the ...
1
vote
1answer
566 views
Excel Addin that works on Excel 2007 and 2010
I'm writing an Excel Addin that should work in both 2007 and 2010. When I create a new project with Visual Studio I need to decide which version I want. I've chosen 2007 before, but since I have 2010 ...
1
vote
4answers
2k views
Find install path of office word 2010
I found this article which describe how to find the install path of office:
http://support.microsoft.com/kb/234788/en-us
But in the article are only the GUIDs up to office 2007, what are the GUIDs ...
1
vote
2answers
1k views
Menu controls like Office 2010
Hi
Is there a way(tool) to my WinApp written in C# using Visual Studio 2010 have menu controls which look like on these We can fund in Office 2010?
Thanks in advance
1
vote
1answer
786 views
Office 2010 addin - VSTO version confusion
I am struggling with creating a Word 2010 addin and creating a windows installer package to deploy the addin. The target framework for the addin is .NET 3.5.
From what I understand when reading the ...
1
vote
0answers
600 views
Problem using JACOB to open an Excel spreadsheet generated using POI in Office 2010
At work we have a very old, but stable, applet that takes two excel spreadsheets (one acts as a template and the other as a data source). The template is created by the user in Excel, but the data ...
1
vote
4answers
643 views
Word 2010 automation with templates
I have written several applications in Delphi which use Word automation. The programs all use templates which are stored in a directory. In pre-2010 versions of Word, one would define the location of ...
1
vote
2answers
95 views
Best way to access Office 2010 APIs
We are currently investigating options for migrating a legacy application built using .NET 1.1 to .NET 4. Office 2003 was used in the application and we need to migrate away to Office 2010.
The old ...
1
vote
4answers
440 views
Office 2010 server side automation in a Windows HPC Server 2008 R2 Environment
I am aware of of the infamous Considerations for server-side Automation of Office from Microsoft and it clearly lists products from the 2010 suite.
However, today I was made to believe by an IT ops ...
1
vote
1answer
455 views
Add controls to existing ribbon group in Office (VSTO)
I find numerous examples on how to add a new group to an existing ribbon, and this works just fine.
What I cannot figure out is how I can add new controls to an existing group on an existing ribbon. ...
1
vote
3answers
243 views
Which problems can be there in using win32 applications that handle office 2010 64 bit files?
I am testing one application that handles files (stored in sql server using filestream). It is a Delphi win32 application.
Opening a xls document stored in the db (originally saved with Office 2003) ...