VBA Express Forum  




Go Back   VBA Express Forum > VBA Code & Other Help > Office 2007 Ribbon UI
     Feedback     
Register FAQ Members Arcade Knowledge Base Training Articles Consulting

Reply
 
Thread Tools Display Modes
Old 12-09-2010, 05:49 PM   #1
dschmitt

 
Joined: May 2010
Posts: 47
Kb Entries: 0
Articles: 0
Solved: can't add commend to customUI file

In a VBA macro one can add commends to describe the function of e.g. a sub routine. See example below.

VBA:
Sub example() 'the below loop does ... For i = 1 To 10 'imagine here your script Next i End Sub
VBA tags courtesy of www.thecodenet.com

Is it possible to add similar commends to a custom UI file?

Local Time: 09:22 AM
Local Date: 05-19-2013
Location:

 
Reply With Quote Top
Old 12-15-2010, 08:22 AM   #2
Paul_Hossler

 
Joined: Apr 2007
Posts: 2,083
Kb Entries: 0
Articles: 0
You can add comments to the CustomUI XML

VBA:
<!-- Add Custom group To the Home tab In the ribbon -->
VBA tags courtesy of www.thecodenet.com

Is that what you meant?

Paul

Local Time: 08:22 PM
Local Date: 05-18-2013
Location:

 
Reply With Quote Top
Old 12-15-2010, 04:47 PM   #3
dschmitt

 
Joined: May 2010
Posts: 47
Kb Entries: 0
Articles: 0
thanks Paul. That is exactly what I was looking for.

Local Time: 09:22 AM
Local Date: 05-19-2013
Location:

 
Reply With Quote Top
Old 01-26-2011, 08:51 PM   #4
zara678

 
Joined: Jan 2011
Posts: 1
Kb Entries: 0
Articles: 0
Thanks paul very helpful for me

Local Time: 07:22 PM
Local Date: 05-18-2013
Location:

 
Reply With Quote Top
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 05:22 PM.


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright © 2004 - 2012 VBA Express