MSDN now features a special site (also accessible via www.iheartmacros.com) dedicated to Microsoft Office VBA - an important part of the Office 2010 value.
The site presents a clear path for technically savvy users to begin learning how to customize the Office applications to meet their needs. This new MSDN site highlights content for:
…
I don't have access to Office 2008, but require the information for a project I'm working on. I'm mainly interested in Word, Excel and Powerpoint.
This is the information I have gathered so far...
The preference file is:
~/Library/Preferences/com.microsoft.office.plist
The property keys take the form:
2008\File Aliases\{APP}{n}
2008\MRU…
I've been hunting for a clean way to uninstall an MSOffice security update on a large number of workstations. I've found some awkward solutions, but nothing as clean or general like using PowerShell and get-wmiobject with Win32_QuickFixEngineering and the .Uninstall method on the resulting object.
[Apparently, Win32_QuickFixEngineering…
I have a Powerpoint 2007 file that contains a number of textboxes and shapes with text on them. I can edit, resize, change the text, etc. in these boxes in Powerpoint. However, if I select an item, copy it, and paste it into a Word 2007 document, I can't edit it. I can resize the entire thing, but it acts more like an image than a text…
Os ISVs
(Independent Software Vendors) sentem frequentemente necessidade de incluir nas suas aplicações uma funcionalidade
de exportação de informação - uma carta, uma tabela com dados
financeiros, um gráfico, etc - para que possa ser trabalhada
externamente com ferramentas ditas de Produtividade num 'desktop'
(também designadas por…
I've been taken on board to work on a PHP based web application. One part of the application generates thumbnail images for MS Office documents on demand, and it uses MS Office + the VeryPDF docprint utility to do this. Because of this one requirement, the system is running on Windows Server 2003 + IIS.
I would prefer to have the…
Is there anybody who tried creating emails with Microsoft's OfficeLive
I wonder how to add a created office live e-mail to Outlook?
By e.g.
my LiveId is me@gmail.com, password: pmegmailcom
officeLive site: www.mysite.com,
email: contact@mysite.com, password: pcontactmysitecom
I do new mail account in Outlook:
Your name:…
I'm trying to put together a relatively complex flow-chart thing -as part of a University assignment (health-related, and gosh, does my university love all things Microsoft Office...).
Because of the way the chart progresses I have to connect two objects with a 'double elbow' version of the 'elbow arrow connector.' I…
I am using Outlook 2002 (Office XP Update) with Word 97 and Excel 97. (The reason is that Microsoft refused to activate my legit copy of office 2003 when I got a new motherboard, Word XP crashed too much, and I prefer the newer Outlook. I would rather not send Microsoft more money to upgrade since they refuse to…
So it goes like this: we are keeping track of tasks using Redmine. We log time spent doing tasks, but at the end of the week if we add up all the time spent at those tasks there is no way a person has spent 40hs working. I think that's correct because offices have overhead (reading emails, politics, coffee,…
The vast majority of Red Gate is on the first and second floors (the second and third floors in US parlance) of an office building in Cambridge Business Park (here we are!). As you can see, the building is split into three sections; the two wings, and the section between them.
As well as being…
Has anyone delt with this exception from ABCpdf? We're running on Server 2008 and only have issues converting Office files (Word and Excel). This all worked well on Server 2003. Because we're only having issues with Office files I wonder if it's related to the XPS support on Server 2008? The…
I have a .NET winforms app that automates Excel and checks for a worksheet password. The requirements are to be able to detect
1) that the protection is turned off
2) that the password is removed (protected but there is no password)
3) that the password matches the correct password from a…
Hi, guys. I need your help in the following simple situation.
I've got an MS Exchange server and some client computers running on XP with Office 2003 installed.
And I've got a process I need to automate. Twice a day a known list of people sends an e-mail to a certain mailbox (let's…
Hi
How can I create the preview image for MS Office files like word, excel , power point in cocoa. Can anyone suggest me on this like how to handle those file?. I tried using the Bitmap representation of the .doc files.It dint work.. Which API i can use?..
thank you..
Does VSTO 2008 work for Office 2010 or will it only be VSTO 2010? If it is VSTO 2010 then does this mean that I have to update all my clients to .NET 4.0?
Hi ,
I was trying to create a setup project using VS2008.
Is there anyway to detect if a particular Office 2010 application is installed or not?
(as a prerequisite) .eg: i want to detect if Powerpoint 2010 is installed on client machine.
I was trying to use windows installer…
Is there any API or webservices that allows us to manage online Office web apps documents (on sky drive)?
What I would like to do is to use this API (or webservice) in order to create some reports in excel format without the need to use the HTML table trick, neither to have the…
Is it possible to extend the "Send to" menu in Office (not the Windows one; I know how to do that). I would like to launch my own application with the source document as the target.
Update: I am looking for a non-VSTO based solution.
Is it possinle to create an editor in c# without using office libraries which should includes all the features of a Dic file including tagging fascility.
please suggest?
Hello,
I'm doing some research on the convenience of using Office Web Components on a web to show pivot tables and graphics and I have a question regarding this.
Does the use of these components will turn my web app (at least for this feature) into a "Internet Explorer only" app…
I'm looking for a good way to convert Office (mostly Microsoft) documents to PDF in Java. I've been looking at using the OpenOffice SDK but from the samples I've looked at it looks like this requires having OpenOffice running in server mode to do the work.
Does anyone know of a…
Hi All
I want to develop and automate Office software like 'Microsoft Excel 2007' And 'Microsoft Word 2007'. But I do not know how to use VBA or use C#/.Net Framework to do so.
What are the benefits of using VBA vs .Net framework?
Which one should I focus on learning?