G
Guest
I am trying to include citation notes in my powerpoint presentation. I
prefer to use hyperlink (Place in This Document < Screen Tip) action rather
than MsgBox, problem is when I have three or four long IP addresses it comes
out looking like this:
"blahhhhhhhhhhhhhhhhhhhhhhhhhhhh.blahhhhhhhhh
..blahhhhh.org, anotheroneeeeeee.anoterrrr
rrrrrrone.gov, & yougetthepictureeeeeee.us. Accessed
June, 2006."
Anyway to fix this so it will read (using hyperlink) to get correct spacing
ie one after the other:
"blah.blah.org
anotherone.anotherone.gov
yougethepicture.us
Accessed June, 2006."
I'm pretty sure you can't adjust spacing and format using screentips but
<shrug>... If you can't, what would be a command to adjust spacing and
format for MsgBox?
ie from:
Sub DefOfCow()
MsgBox "a cow produces milk."
End Sub
to:
Sub DefOfCow()
MsgBox "A cow"
"produces milk."
End Sub
THANK YOU!
prefer to use hyperlink (Place in This Document < Screen Tip) action rather
than MsgBox, problem is when I have three or four long IP addresses it comes
out looking like this:
"blahhhhhhhhhhhhhhhhhhhhhhhhhhhh.blahhhhhhhhh
..blahhhhh.org, anotheroneeeeeee.anoterrrr
rrrrrrone.gov, & yougetthepictureeeeeee.us. Accessed
June, 2006."
Anyway to fix this so it will read (using hyperlink) to get correct spacing
ie one after the other:
"blah.blah.org
anotherone.anotherone.gov
yougethepicture.us
Accessed June, 2006."
I'm pretty sure you can't adjust spacing and format using screentips but
<shrug>... If you can't, what would be a command to adjust spacing and
format for MsgBox?
ie from:
Sub DefOfCow()
MsgBox "a cow produces milk."
End Sub
to:
Sub DefOfCow()
MsgBox "A cow"
"produces milk."
End Sub
THANK YOU!