I have a workbook with hyperlinks that point to ranges in different sheets in the same workbook.
The hyperlinks worked fine as long as the file was in a shared drive.
I uploaded the file to...
Type: Posts; User: gchutrau; Keyword(s):
I have a workbook with hyperlinks that point to ranges in different sheets in the same workbook.
The hyperlinks worked fine as long as the file was in a shared drive.
I uploaded the file to...
I have a workbook with hyperlinks that point to ranges in different sheets in the same workbook.
The hyperlinks worked fine as long as the file was in a shared drive.
I uploaded the file to...
It's possible, as a Google search will demonstrate, but chances are that your users won't be able to do anything with the ShockWave Flash object. They'd need to install a stand-alone SWF-player, and...
The following macro creates a list of the names of the bookmarks in the active document; the list is created in a new document that you can print or save.
Sub ListBookmarks()
Dim docSource As...
Is there a quick way of exporting or creating a list of the bookmarks in a document?
I need to use the bookmarks in hyperlinks in another application, and I don't know any other way other than...
What I found so far, is that I can add "#bookmark " to the document address in the link field, and use a part of the paragraph I want to link to, and it will work. Caveat: it will go to the first...
Is it possible to embed a flash movie (SWF format) in an excel spreadsheet? How?
I would like to include a video with instructions about how to use my excel file. The flash file would be in...
Is it possible to hyperlink from Excel to Word, to a line a number in a document without using bookmarks?
Example: hyperlink to page 2, line 10 in word_test.docx
Help appreciated.
Guillermo
I am searching for files with the regular windows explorer file manager. I want to make a list with the results (over 100) so I can process with excell?
How can I do that ?
(I tried selecting...
Perfect solution for MS Office products!!! <img src=/S/bravo.gif border=0 alt=bravo width=16 height=30>
Thanks
What is the quickest and easiest way of retrieving office documents filename and pathname?
Is there a "one-click" tool to copy into the clipboard pathname and filename?
I've been using the...
All of what you answered was right and worked fine.
Thank you <img src=/S/bananas.gif border=0 alt=bananas width=33 height=35>
sadly, my function keys are disabled. What command is that?
I have to access it through the menu.
I open a web page with a lot of .png images, with word. The html code in the web page creates the images using cgi's stored in a server. So the images are not loaded, but created on the fly, with...
I use a third party cgi (read only) to create thumbnails in a web page.
I would like to save the thumbnails to disk too.
How can I automate this process without modifying the cgi's? (java?)
...
I'm using:
map in PowerPoint
It is like only the first slide of the presentation is displayed/loaded in the new window, and when I want to go to the following slides, I am prompted again with...
anyone has any idea why this is happening?
I have a web page with a hyperlink to a ppt file. On click I want to open a new window, to show the ppt file (either in slide show mode or edit mode).
I did all that . After clicking the link, the...
I have a web page with a hyperlink to a ppt file. On click I want to open a new window, to show the ppt file (either in slide show mode or edit mode).
I did all that . After clicking the link, the...
Great help! <img src=/S/bananas.gif border=0 alt=bananas width=33 height=35>
Thank you.
your examples are excellent ! <img src=/S/clapping.gif border=0 alt=clapping width=19 height=23>
but I need the only one that you did not address:
go from E:my_webcarspage1.htm
to...
The web pages are not inteded to be posted in a web site or a web server.
I plan to use web pages to transport and display different sorts of information in flash drives or CD's, given that any...
I want to create hyperlynks in page1a.htm and page1b.htm to a page2.htm that will always be in the root of the disk or storage device that has my web pages. Example:
E:page2.htm
E:htmlpage1a.htm...
I am in slideshow mode. I want a shape ("myshape") to change its fill and line color as the mouse passes over that object. So I named the shape, created a macro, went to Action settings/Mouse...
Recording a macro did the job.
Sub Macro1()
'
' Macro recorded 1/26/2005
ActiveWindow.Selection.SlideRange.Shapes.AddOLEObject(Left:=24#, _
Top:=300#, Width:=138#, Height:=138#, _
...