No announcements
Found 2928884 threads
-
0 Votes
how to add a macro programmatically
controls get copied perfectly but the combobox behaves as an image. I want to know how to add combobox and VBA code corresponding to it. (VBA code for ...Unanswered | 1 Replies | 5704 Views | Created by Vivek Ranga - Thursday, April 30, 2009 1:51 PM | Last reply by goodol - Thursday, May 7, 2009 9:58 AM -
0 Votes
How to programmatically add a macro to a workbook
@communitybridge.codeplex.com... Hello, If possibel can someone please point me in the right direction for ...Answered | 1 Replies | 5768 Views | Created by Bill_Spaulding - Friday, August 20, 2010 3:11 PM | Last reply by Ron de Bruin (MVP) - Friday, August 20, 2010 3:20 PM -
0 Votes
Word 2007: show Add-Ins tab at startup
toolbar is now listed inside Add-Ins tab. How do I (in VBA, without changing the .dot file format preferably) select the Add-Ins tab programmatically at Word ...Unanswered | 0 Replies | 6055 Views | Created by newToWord2007 - Thursday, December 27, 2007 5:06 PM -
0 Votes
Word: create toolbar from VBA to use Autotext or Style - no Macro!
toolbar with a macro, no problem. However the catch is: I want to add buttons that run Autotexts and Styles. I do not want macro's that call the Autotexts and ... -
0 Votes
programmatically Add/Insert a Word Add-in (Apps for Word/Office) to a Word Document
>>My question is, if there is a code like Office Open Xml or VSTO that can add my Word App to document programmatically. I have already tried by recording ...Answered | 3 Replies | 881 Views | Created by Aftab Ahmad- - Tuesday, November 24, 2015 8:35 PM | Last reply by David_JunFeng - Friday, November 27, 2015 5:13 AM -
0 Votes
Help with a macro to create more macro buttons
Sub btnS() MsgBox Application.Caller End Sub Reference: httpDiscussion | 1 Replies | 533 Views | Created by agharry2 - Thursday, November 10, 2016 1:56 AM | Last reply by Edward8520 - Wednesday, November 16, 2016 6:10 AM -
2 Votes
Unable to run Macro when Excel is Opened Programmatically
the automating program.) However, when excel is opened programmatically, and I run a method on the Add-In which calls a ...Answered | 1 Replies | 5998 Views | Created by LozT - Friday, June 18, 2010 11:56 AM | Last reply by Navneet - Tuesday, June 22, 2010 8:43 PM -
2 Votes
How to programmatically unload a macro project
My application installs a macro project into VS, which contains useful macros for using our API. As part of our versioning strategy, I may need to ...Answered | 1 Replies | 6051 Views | Created by Ben Lambert - Tuesday, June 5, 2007 4:03 PM | Last reply by Craig Skibo - Tuesday, June 12, 2007 9:28 PM -
0 Votes
Call API from vbscript via excel
= True ' Add a new workbook Set xlBk = xl.Workbooks.Add ' Add a module Set xlMod = xlBk.VBProject.VBComponents.Add(1) ... -
2 Votes
Programmatically sign a macro - Macro signing automation
Automatically Sign is possible , but the problem is How to sign the Individual VBA Macro (programmatically) I have .dotm file but unable ...Proposed | 6 Replies | 10087 Views | Created by Kirubanandam Venkatesan - Thursday, December 2, 2010 6:11 AM | Last reply by Kai Burkard - proWare Solutions GmbH - - Friday, October 20, 2017 5:44 PM -
0 Votes
Word 2007 - how to add macro to Normal.dotm programmatically
Hi Ed, This link might help you Add a Macro to Normal.dotm via VBAAnswered | 7 Replies | 4834 Views | Created by Ed Tippelt - Saturday, April 6, 2013 4:48 PM | Last reply by Quist Zhang - Wednesday, April 17, 2013 12:41 PM -
0 Votes
Programmatically Add a Hyperlink
Hi, I have a field on my form that is of type hyperlink. I want to add a link to a document into this hyperlink ...Unanswered | 1 Replies | 6484 Views | Created by motionpotion - Monday, May 11, 2009 7:21 PM | Last reply by motionpotion - Wednesday, May 13, 2009 10:30 AM -
6 Votes
How to expand $(DevEnvDir) macro programmatically?
a macro by following steps: 1. add entry to "PreprocessorAnswered | 4 Replies | 5068 Views | Created by Anand K Reddy - Monday, December 13, 2010 11:14 PM | Last reply by Victor_Chen - Monday, December 20, 2010 9:54 AM -
0 Votes
How to add a SmartArt item programmatically
] and done. I'd like to create a QAT item to do this for me. I can write VBA, but I have not found a way yet to do this. I'm guessing I ...Answered | 1 Replies | 1388 Views | Created by Tom van Stiphout (MVP) - Friday, January 4, 2013 5:44 AM | Last reply by 许阳(无锡) - Monday, January 7, 2013 2:02 AM -
1 Votes
Macro: How to rename a file programmatically from a VS Macro
So, the question still remains: Does anyone knows how to rename files (which belong to the solution) from a VS ...Answered | 5 Replies | 4636 Views | Created by WiseTester - Thursday, June 18, 2009 10:44 AM | Last reply by WiseTester - Thursday, June 25, 2009 7:59 PM -
0 Votes
TFS Excel Add-In: Change Query Source Programatically / Macro
>1. Change TFS Excel Add-in List Query programmatically using excel macro OR You could create a macro to recordUnanswered | 4 Replies | 1006 Views | Created by brijshah - Monday, June 20, 2016 6:54 PM | Last reply by brijshah - Saturday, July 9, 2016 5:51 AM -
2 Votes
How to add audienceUri programmatically ?
Hi Sagar The Saml11SecurityTokenHandler / Saml2SecurityTokenHandler expose a SamlSecurityTokenRequirement, which has an AllowedAudienceUris collection to ...Answered | 6 Replies | 10099 Views | Created by Vidhya Sagar Ravula - Wednesday, February 4, 2009 6:51 PM | Last reply by k.peoples - Thursday, February 16, 2012 4:14 PM -
0 Votes
vba create and add a macro for excel programmatically
macro>Type something for the name and click create. A form opens with the sub having the name entered. Thats were i want to place the ...Answered | 5 Replies | 29741 Views | Created by cbueno - Friday, December 1, 2006 4:42 PM | Last reply by Andy Pope - Saturday, December 2, 2006 11:55 AM -
0 Votes
How can I programmatically add a form to a project
If I were to create *.xaml and *.xaml.cs files for a project, how would I programmatically add those to the project (externally)? Is it possible? ...Unanswered | 1 Replies | 3907 Views | Created by B Clay Shannon - Friday, June 12, 2009 9:06 PM | Last reply by jods - Friday, June 12, 2009 9:29 PM -
0 Votes
Excel Macro to add a permanent macro toolbar shortcut
shared drive. I've been successful in programming that part. I'd then like this Excel file B to automatically run its macro when opened. This macro would then 1) ...Answered | 1 Replies | 5574 Views | Created by 10kal - Thursday, April 21, 2011 3:15 PM | Last reply by Bruce Song - Wednesday, April 27, 2011 3:02 AM - Items 1 to 20 of 2928884 Next ›
No announcements