Search:

Type: Posts; User: gchutrau; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. I have a workbook with hyperlinks that point 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...
  2. I have a workbook with hyperlinks that point 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...
  3. It's possible, as a Google search will...

    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...
  4. The following macro creates a list of the names...

    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...
  5. Is there a quick way of exporting or creating a...

    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...
  6. What I found so far, is that I can add "#bookmark...

    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...
  7. Is it possible to embed a flash movie (SWF...

    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...
  8. Is it possible to hyperlink from Excel to Word,...

    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
  9. search for files and make list (Windows XP)

    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...
  10. Replies
    3
    Views
    250

    Re: retrieve path and filename (2003)

    Perfect solution for MS Office products!!! <img src=/S/bravo.gif border=0 alt=bravo width=16 height=30>

    Thanks
  11. Replies
    3
    Views
    250

    retrieve path and filename (2003)

    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...
  12. Re: open html with pictures and save (2002 SP3)

    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>
  13. Re: open html with pictures and save (2002 SP3)

    sadly, my function keys are disabled. What command is that?

    I have to access it through the menu.
  14. open html with pictures and save (2002 SP3)

    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...
  15. Replies
    1
    Views
    247

    save thumbnails

    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?)
    ...
  16. Re: open powerpoint presentation web page hyperlin

    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...
  17. Re: open powerpoint presentation web page hyperlink

    anyone has any idea why this is happening?
  18. open powerpoint presentation web page hyperlink

    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...
  19. open presentation from web page hyperlink (2002 SP3)

    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...
  20. Re: syntax of relative reference to a file in root

    Great help! <img src=/S/bananas.gif border=0 alt=bananas width=33 height=35>

    Thank you.
  21. Re: syntax of relative reference to a file in root

    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...
  22. Re: syntax of relative reference to a file in root

    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...
  23. syntax of relative reference to a file in root

    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...
  24. flash object on mouse over during slideshow (2002 SP3)

    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...
  25. Re: insert activex object with code (2002 SP3)

    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#, _
    ...
Results 1 to 25 of 121
Page 1 of 5 1 2 3 4