Adding a toolbar button to PowerPoint with C#
Mon, 7 Jul 2008 00:17:02 -0700
Hi.
I have an application made with C# which adds a custom toolbar button to
Microsoft Word and PowerPoint. The button works as expected in Word: it
starts a macro when I click the button. But in Powerpoint, clicking the
button doesn't do anything. It should open a macro with the same name as in
Word. Str ...
|
Unable to use Excel Workbook coded functions
Wed, 2 Jul 2008 08:04:02 -0700
Hi!!! I did code a workbook to deal with raw data. It was just a Excel 2007
Workbook project in VS but not an add-in project. Debuging and running were
all fine to me. I noticed that after building there was a folder with five
files appearing instead of a single file. However, when i passed the
worksheet and ...
|
Need Recomendation on Best Approach for simple Outlook add-in
Fri, 27 Jun 2008 18:05:34 -0400
I am a .Net developer who generally uses C# and .Net 2.0 for to do web
applications.
I have just been handed a little "side task" to develop a Outlook 2003/2007
compatible plug-in that will basically put a button on the outlook toolbar
and on the toolbar of any open messages that when clicked will grab the ...
|
How Power Point slides picture can be tranfer to word document pic
Thu, 26 Jun 2008 00:36:00 -0700
Hi,
I am facing problem while transfering pictures from Powerpoint slides to word
document, as i was successfull in transferring text data from powerpoint
slide to word document, Can anyone help me to resolve my problem. As i dont
want to save temporarily the images on hard disk, but direclty transfer it to
...
|
Open PowerPoint 2003 as an application
Fri, 20 Jun 2008 12:29:01 -0700
Hey !
I'm trying to open up a PowerPoint 2003 file (*.ppt) in C# using the
Application class' Open method (and not the Open2007 method) with no success.
I keep getting an exception that PowerPoint can't open the file.
Any ideas ? :/ ...
|
How do I protect Excel Workbook but allow to add new sheetsâ?
Fri, 20 Jun 2008 10:40:01 -0700
Hi,
I am exporting some application data to Excel workbook through my C# code.
I would like to Lock the Workbook to prevent users to edit the name of the
sheet and some column data.
But I need to allow user to add new sheet.
Workbook.Protect method allows me to Lock the Structure of the workbook
which includ ...
|
how can i get total number of slides in a powerpoint slide from c#
Fri, 20 Jun 2008 06:26:01 -0700
hi,
i have included com libraries and i have access to any method but i can not
find which method returns total number of slides. anybody has a idea? i
crossed all msdn ( at leas for 2 hours ) and googled but couldnt find
solution:( i have visual studio 2008 and office 2007 and .net3.5 installed. ...
|
|
|
code singing certificate for Macro
Thu, 19 Jun 2008 19:25:31 -0700
Did anyone use Verisign code singing digital ID to sign Macro templates in
Office 2007?
What is the requirement to distribute the public certificate to make sure
that the macros would run on every machine with the least user interaction?
Is it enough to publish the public certificate in the trusted publishe ...
|
code 8024200D failed to install
Thu, 19 Jun 2008 15:36:02 -0700
windows vista service pack 1 (KB936330)does not install on my computer. I
need feedback on what i can do to fix this problem. ...
|
Excel - Read a cell's HyperLink
Wed, 18 Jun 2008 12:24:02 -0700
Hey,
I wanna get the HyperLink that's defined in the cell. Currently I'm stuck
with its text only ,..
Thanks .! ...
|