Thanks again, MacCaillean.
Amazing what creeps out of the woodwork AFTER the event - just been advised that there is a linking tutorial available!
here http://www.powerpointbackgrounds.com/powerpointlinking.htm
Darslg
This works too
Presentations.Open FileName:="CPT Jenni Whitehead presentation.pps"
Thanks very much, the event went well and the change worked!
One issue that arose was that using your system the last slide of the second presentation also runs the macro and so the second presentation repeats...
Thanks, tried this.
Works well EXCEPT at the end of the second presentation the Hyperlink "unwinds" and goes back to the last slide of the first presentation where it came from - possible cause for confusion(?), especially if presenter has clicked too often!
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...
Thanks Luceze, but I don't understand how that will help me delete two out of three Macros in Word which are all in the Modules/NewMacros "directory".
Perhaps you could clarify for me.
Thanks very much.
Darryll
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...
Ok, thanks very much. The documents are to be circulated throughout the Council and each user will (probably) have them in different places (alhtought both will remain together). How do I get the macro to look in the directory where the two documents are rather than default?
Darryll Le Geyt
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.