Thanks Jerry.
To make things more explicit here is really the back bone of the code.
This procedure gives me the tab and buttons in the Word 2007 ribbon.
Note the 'onAction' calls a procedure (shown below)
Public Function GetRibbonXML() As String
Dim sRibbonXML As String...
So...all my macros I used in Office Word 2003 I cannot place on a toolbar in Word 2007...the all powerful ribbonUI exists!
Given that, I've used a good tutorial here:
http://blogs.msdn.com/frice/archive/2006/06/21/606463.aspx
To make a tab and buttons in the actual ribbon itself using VB6...
Hi,
I am new to Flash but not new to computers.
Plenty of VBA in Access...
I very much like the simplicity of the navigation at the top of the web page for the Royal Albert Hall
http://www.royalalberthall.com/index2.aspx
Is this a simple project for a Flash newbie?
Where would I go to find...
Yeah I know what you mean normalisation wise!
This is a real work around.
At the moment I have the incident form, on it is three option choices, staff, clients and others. When you choose one of the three, a combobox is populated with the appropriate names, so then you can choose an appropriate...
I have a bound field on a form, it holds the names of an individual involved in a workplace incident.
Now I wish to have those names added to another table called 'OtherNames'. That is, when you add the name to the incident form, the original incident table updates, because the name control is...
Bob,
Thank You. It works ;-)
Do you know how to break a long line of code up to go on several lines?
Putting a <space><underscore> at the end of a line doesn't work on the code above.
Thanks Again
Hi all,
I am trying to pass a different set of names (clients or staff) to a single combobox given a selection of an option group.
I can get them to the combox if the query is simple. That is if there is nothing like SELECT [Surname] & ", " & [First Name]. But SELECT [Surname] FROM ... I can...
Hi All,
I am working on a database for those with a disability who are still in their homes.
I have a form containing a combobox with many selections for the way a client gets in touch in a callout situation to their home. So eg: this callout was because of "Phone Call", or...
OK Tony and MakeItSo,
Thanks again both of you.
How about the problem of left aligning text on the right.
See the example below is left aligned and should be on the right side of the letter.
Any ideas?
ABN 10 111 222 333
34 Grey Street
Adriatic Way Vic 3211
Phone: (00) 11111111
Fax: (00)...
Great Tony,
It works.
Then
Selection.ParagraphFormat.Alignment = wdAlignParagraphLeft
After the section to get it back to the left for the rest of the text...
Thanks
Tim
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.