A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Hyperlink from word 2007 to power point 2007 (specific slide)



 
 
Thread Tools Display Modes
  #1  
Old June 3rd, 2010, 01:44 PM posted to microsoft.public.powerpoint
Jack Cuthbert[_2_]
external usenet poster
 
Posts: 2
Default Hyperlink from word 2007 to power point 2007 (specific slide)

Hello,

I have been at this for hours and hours and i still cant figure this out so
any advice would be helpful.

I am trying to create a hyperlink in Word 2007 (.docx) to a specific power
point (.pptx) slide (slide 8 titled Award, to be exact). So i have the
hyperlink created and i can get to the power point but it always opens the
first slide. Here are the different hyperlinks i have used and they all open
the first slide (assume the Word doc and the PPT are both on the desktop).
* You cannot click the Bookmark button in the 'Edit Hyperlink' screen
because it gives you an error.

C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8.
C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8
C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8. Award
C:\Documents and Settings\00000000\Desktop\Powerpoint
Title.pptx#8slidenumber,slideindex
C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8,slidenumber

All the websites i found keep saying that .pptx#8,slidenumber is the work
around (since the bookmark button gives you the error) but this is not
obviously not correct.

Thank you in advance for any information.


  #2  
Old June 3rd, 2010, 03:21 PM posted to microsoft.public.powerpoint
Chirag
external usenet poster
 
Posts: 595
Default Hyperlink from word 2007 to power point 2007 (specific slide)

Look at the following:
How do I directly refer to a slide within a presentation?
http://officeone.mvps.org/ppttips/re...sentation.html

You need to find out the SlideID for your slide 8. The format is filename
followed by # and the slide ID.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html

"Jack Cuthbert" wrote in message
...
Hello,

I have been at this for hours and hours and i still cant figure this out
so
any advice would be helpful.

I am trying to create a hyperlink in Word 2007 (.docx) to a specific power
point (.pptx) slide (slide 8 titled Award, to be exact). So i have the
hyperlink created and i can get to the power point but it always opens the
first slide. Here are the different hyperlinks i have used and they all
open
the first slide (assume the Word doc and the PPT are both on the desktop).
* You cannot click the Bookmark button in the 'Edit Hyperlink' screen
because it gives you an error.

C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8.
C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8
C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8. Award
C:\Documents and Settings\00000000\Desktop\Powerpoint
Title.pptx#8slidenumber,slideindex
C:\Documents and Settings\00000000\Desktop\Powerpoint
Title.pptx#8,slidenumber

All the websites i found keep saying that .pptx#8,slidenumber is the work
around (since the bookmark button gives you the error) but this is not
obviously not correct.

Thank you in advance for any information.


  #3  
Old June 3rd, 2010, 04:59 PM posted to microsoft.public.powerpoint
Jack Cuthbert[_2_]
external usenet poster
 
Posts: 2
Default Hyperlink from word 2007 to power point 2007 (specific slide)

I looked at 'How do I directly refer to a slide within a presentation?' and i
saved my ppt in .html. When i go to open ppt in .html and click on different
slides that address bar does not change at all. This is the address i see for
every slide:
C:\Documents and Settings\D0000000\Desktop\COD Training_files\frame.html

I must be doing something wrong by opening the ppt in internet explorer.

Thanks



"Chirag" wrote:

Look at the following:
How do I directly refer to a slide within a presentation?
http://officeone.mvps.org/ppttips/re...sentation.html

You need to find out the SlideID for your slide 8. The format is filename
followed by # and the slide ID.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html

"Jack Cuthbert" wrote in message
...
Hello,

I have been at this for hours and hours and i still cant figure this out
so
any advice would be helpful.

I am trying to create a hyperlink in Word 2007 (.docx) to a specific power
point (.pptx) slide (slide 8 titled Award, to be exact). So i have the
hyperlink created and i can get to the power point but it always opens the
first slide. Here are the different hyperlinks i have used and they all
open
the first slide (assume the Word doc and the PPT are both on the desktop).
* You cannot click the Bookmark button in the 'Edit Hyperlink' screen
because it gives you an error.

C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8.
C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8
C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8. Award
C:\Documents and Settings\00000000\Desktop\Powerpoint
Title.pptx#8slidenumber,slideindex
C:\Documents and Settings\00000000\Desktop\Powerpoint
Title.pptx#8,slidenumber

All the websites i found keep saying that .pptx#8,slidenumber is the work
around (since the bookmark button gives you the error) but this is not
obviously not correct.

Thank you in advance for any information.


.

  #4  
Old June 3rd, 2010, 07:16 PM posted to microsoft.public.powerpoint
Chirag
external usenet poster
 
Posts: 595
Default Hyperlink from word 2007 to power point 2007 (specific slide)

You don't need to save the ppt in html to open it in Internet Explorer. Open
the .ppt file directly within Internet Explorer.

If you know VBA, you can get the slide ID by simpler means like executing
the following line of code:
ActivePresentation.Slides(8).SlideID

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html

"Jack Cuthbert" wrote in message
...
I looked at 'How do I directly refer to a slide within a presentation?'
and i
saved my ppt in .html. When i go to open ppt in .html and click on
different
slides that address bar does not change at all. This is the address i see
for
every slide:
C:\Documents and Settings\D0000000\Desktop\COD Training_files\frame.html

I must be doing something wrong by opening the ppt in internet explorer.

Thanks



"Chirag" wrote:

Look at the following:
How do I directly refer to a slide within a presentation?
http://officeone.mvps.org/ppttips/re...sentation.html

You need to find out the SlideID for your slide 8. The format is filename
followed by # and the slide ID.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html

"Jack Cuthbert" wrote in message
...
Hello,

I have been at this for hours and hours and i still cant figure this
out
so
any advice would be helpful.

I am trying to create a hyperlink in Word 2007 (.docx) to a specific
power
point (.pptx) slide (slide 8 titled Award, to be exact). So i have the
hyperlink created and i can get to the power point but it always opens
the
first slide. Here are the different hyperlinks i have used and they all
open
the first slide (assume the Word doc and the PPT are both on the
desktop).
* You cannot click the Bookmark button in the 'Edit Hyperlink' screen
because it gives you an error.

C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8.
C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8
C:\Documents and Settings\00000000\Desktop\Powerpoint Title.pptx#8.
Award
C:\Documents and Settings\00000000\Desktop\Powerpoint
Title.pptx#8slidenumber,slideindex
C:\Documents and Settings\00000000\Desktop\Powerpoint
Title.pptx#8,slidenumber

All the websites i found keep saying that .pptx#8,slidenumber is the
work
around (since the bookmark button gives you the error) but this is not
obviously not correct.

Thank you in advance for any information.


.

 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:49 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.