Creating UDF in .Net which requires an array as a parameter
Fri, 19 Sep 2008 04:09:01 -0700
I have an xla addin for Excel for which I can pass an array to the function
(as it requires a varaible number of parameters). It is declared:-
Public Function MyFunction(StaticVariable1 as Long, ParamArray
VariableVariables as Variant) As Variant
This works absolutely fine, but I would like to port this t ...
|
Word equivalent of Outlook.PropertyPage?
Fri, 19 Sep 2008 02:24:01 -0700
Hello
I have developed an Outlook VSTO addin for Outlook 2003. As part of this I
was able to add a page to the Outlook Options menu using the
Outlook.PropertyPage method.
Is there a way to add custom pages to the options menu in other Office 2003
applications, specifically Word 2003, and Excel 2003?
...
|
Add-ins not work in environment Citrix
Thu, 18 Sep 2008 12:48:00 -0700
Hi, I build an add-ins with VSTO. I installed that in Terminal Server
environment, it works good, but i installed in Citrix environment, i dont see
in the "Office Word". Do you have an idea?
Best regards,
Nillys ...
|
Addin not working after recompile
Thu, 18 Sep 2008 08:01:13 -0700 (PDT)
Hello
I am developing an office addin using .net 1.1 .
I set the build output path of the addin project to the instalation
path of the addin.
Neverthless, after each compilation the addin is not loaded into
office applications,
It works only after i rebuild the setup project and reinstall the
addin. ...
|
Avoid addin installation on mutiple office versions
Thu, 18 Sep 2008 03:31:57 -0700 (PDT)
Hi,
Suppose on a test machine we have office 2003 and office 2007 (or two
different versions of office),and we try to install
an addin for powerpoint/word/excel. Addin supports functionality of
minimum version of office.
Hence it installs on both office applications..
Is it possible to avoid this situation?A ...
|
Override custom form code from Add-in
Wed, 17 Sep 2008 20:42:38 -0700 (PDT)
Is there any way through any model or tool (Outlook Object Model,
Exchange Extension, Mapi, Redemption, etc...) to block the code on a
custom outlook form from running without changing the custom outlook
form itself. The code to do the blocking would be in an addin.
For example, I have a custom appointment fo ...
|
have added tick boxes to word on opening it is so slow
Wed, 17 Sep 2008 12:40:00 -0700
I have added tick boxes to word 2007 via delevoper tab and tools.
This function works perfectly.But on opening the document I have to wait at
least 2 minutes for it to load up.Can I do anything to speed it up
thanks
K ...
|
|
|
change the ribbon menu
Wed, 17 Sep 2008 13:23:43 -0600
Hi;
How do I change the ribbon menu in my 2008 AddIn?
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm ...
|
Office Live Add-in Not Appearing in Word
Wed, 17 Sep 2008 11:31:01 -0700
I hope this is the correct forum for this question. I recently installed the
Office Live Add-in on two different PCs and, on one PC, the toolbar is not
displaying in Word.
The Office Live Add-in toolbar appears correctly in Excel on that PC and in
both Word and Excel on another PC.
In both cases, I'm us ...
|
Repeated word count in MSWord to find how many times words repeat
Tue, 16 Sep 2008 22:42:01 -0700
There should be a way to find out how many times words are repeated. I run
across the problem of trying not to repeat a synonym I've used in a previous
paragraph or sentence, and always have to double check that I haven't used
the same prepositions or words too many times.
The word repeat count would give a ...
|