I have two speakers one after another and want a smooth transition between them. I don't want to join the two presentations together, so I'd like a macro that runs as the last slide of the first presentation ends that runs the new presentation.
#Presentations.Open FileName:="CPT Jenni...
The following text sequence needs to have the individual numbers extracted which are then put in individual boxes in a table: "69100 69101 69102 69102" etc
The "problem" is that different departments use different length numbers and some even use Alphanumeric designations.
How can I take the...
I need to remove 2 macros from a Word Doc before circulating it (size reasons as well as nosey/tampering users!) I don't want to remove the whole Module (easy?), because the macro to remove the macros is in it.
I have tried the following but it doesnt work. The path does but the "Name" won't...
Can Some explain why this code fails
For Each Control In Controls
MyControl = Control.Name: ContName = Left(Control.Name, 4)
If ContName = "VATC" Then
With MyControl
.AddItem "1 - Outside the Scope"
.AddItem "2 - Exempt"
.AddItem "3 - Zero Rated"
.AddItem "4 -...
I have a fom that has six rows of six boxes (CC, DC, Neyt, VAT, Gross and VATC) these are currently named "CC1", "CC2" etc.
I have to fill each of the 6 VATC (ComboBoxes) with items (VATC1.AddItem "1 - Outside the Scope", VATC1.AddItem "2 - Exempt" etc).
To Shorten the code I'd like to use...
The following command line steadfastly refuses to open the required document which is stored in the same directory as the document containing the macro.
Documents.Open FileName:="Invoice Request Database.doc"
Can someone explain why, please.
Could it be that this is because neither document...
I know how to add a Command Bar and populate it, but I can't seem to crack how to test that the Command Bar exists before either creating it or, when the document is finished with, deleting it.
What would my opening line(s) be in the following code to check this before completing the rest of...
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.