![]() |
|
|
|
#1
|
|||
|
|||
|
Do you mean auto load a webpage??
Insert a module (ALT f11, Insert Module) and add this code: Code:
Sub OnSlideShowPageChange(SW As SlideShowWindow)
If SW.View.CurrentShowPosition = 1 Then 'or whatever slide number
'change target and maybe name of object
SW.View.Slide.Shapes("WebBrowser1").OLEFormat.Object.Navigate ("http://www.pptalchemy.co.uk")
End If
End Sub
|
|
#2
|
|||
|
|||
|
Thanks, works perfectly.
|
|
| Tags |
| liveweb, plugin, portable |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| skype plugin for outlook 2013 | iwshim | Outlook | 0 | 01-14-2015 10:05 PM |
| Portable word macro | Bala | Word VBA | 1 | 05-30-2014 02:47 PM |
| Need to save QlikOCX Plugin as image while saving the PPT | udaya.kumar | PowerPoint | 0 | 06-09-2012 11:54 PM |
Is there a portable version of MS Project 2007?
|
pstein | Project | 1 | 03-26-2012 07:37 AM |
| Portable universal shortcuts | Esgrimidor | Word | 0 | 02-23-2011 05:09 AM |