Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to make url link to sheet in Excel web page ???

If you tell us the URL of the web page, we might be able to help.
http://domain/index_files/sheet004.htm is not valid.

If you save a multi-sheet Excel workbook as a web page, the page will be
something like
http://domain/folder/Book1.htm
and if you want a link to one of the pages it will be
http://domain/folder/Book1_files/sheet002.htm

If you open the http://domain/folder/Book1.htm URL, you should see tabs for
the pages, and if you right-click on one of those, Copy Shortcut will give
you the URL for that sheet.
--
David Biddulph

akm wrote:
How to make web browser URL link to one of individual sheets in Excel
workbook saved as web page.
Tried... http://domain/index_files/sheet004.htm
...but no luck.
Ideas ?



  #2   Report Post  
Posted to microsoft.public.excel.misc
akm akm is offline
external usenet poster
 
Posts: 19
Default How to make url link to sheet in Excel web page ???

If web server directory = /domainname/

'Book1' file is saved as 'test.htm' (has 4 worksheets)

'sheet004.htm' is in '/domainname/test_files/' directory

http://domain.org/test_files/sheet004.htm (shortcut address from test.htm
worksheet tab)
....does not open sheet004.htm

Instead it opens the home page at /domainname/test.htm

Is there a URL that would open sheet004.htm directly ?

--
Thanks again for your help.
OS: XP, SP-2 (Office2003)



"David Biddulph" wrote:

If you tell us the URL of the web page, we might be able to help.
http://domain/index_files/sheet004.htm is not valid.

If you save a multi-sheet Excel workbook as a web page, the page will be
something like
http://domain/folder/Book1.htm
and if you want a link to one of the pages it will be
http://domain/folder/Book1_files/sheet002.htm

If you open the http://domain/folder/Book1.htm URL, you should see tabs for
the pages, and if you right-click on one of those, Copy Shortcut will give
you the URL for that sheet.
--
David Biddulph

akm wrote:
How to make web browser URL link to one of individual sheets in Excel
workbook saved as web page.
Tried... http://domain/index_files/sheet004.htm
...but no luck.
Ideas ?




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to make url link to sheet in Excel web page ???

In my tests when I used the URL
http://www.rowing.biddulph.btinterne...s/sheet002.htm,
although the address line in the browser showed
http://www.rowing.biddulph.btinterne...priv/Book1.htm, the page was
opened at the sheet designated by
http://www.rowing.biddulph.btinterne...s/sheet002.htm.

As I said earlier:
"If you tell us the URL of the web page, we might be able to help."
If your files contain confidential information, I would suggest that you
produce a sanitised version as a test, and let us see the URL for that, so
that we can see why it doesn't work for you when it works for us.
--
David Biddulph

akm wrote:
If web server directory = /domainname/

'Book1' file is saved as 'test.htm' (has 4 worksheets)

'sheet004.htm' is in '/domainname/test_files/' directory

http://domain.org/test_files/sheet004.htm (shortcut address from
test.htm worksheet tab)
...does not open sheet004.htm

Instead it opens the home page at /domainname/test.htm

Is there a URL that would open sheet004.htm directly ?


If you tell us the URL of the web page, we might be able to help.
http://domain/index_files/sheet004.htm is not valid.

If you save a multi-sheet Excel workbook as a web page, the page
will be something like
http://domain/folder/Book1.htm
and if you want a link to one of the pages it will be
http://domain/folder/Book1_files/sheet002.htm

If you open the http://domain/folder/Book1.htm URL, you should see
tabs for the pages, and if you right-click on one of those, Copy
Shortcut will give you the URL for that sheet.
--
David Biddulph

akm wrote:
How to make web browser URL link to one of individual sheets in
Excel workbook saved as web page.
Tried... http://domain/index_files/sheet004.htm
...but no luck.
Ideas ?



  #4   Report Post  
Posted to microsoft.public.excel.misc
akm akm is offline
external usenet poster
 
Posts: 19
Default How to make url link to sheet in Excel web page ???

Thanks David.

Per your example, if I were to try to open 'sheet002.htm', the address bar
would show Book1.htm, and I would get 'Book1.htm,' not sheet002.htm... unless
Book1.htm was saved with sheet002 open.

So when you use the URL...
http://www.rowing.biddulph.btinterne...s/sheet002.htm
....and if change the sheet002 to sheet001, sheet003, etc, you are able to
get those separate sheets to open directly ?

Will create a test web page and post that info soon.

--
Thanks again for your help.
OS: XP, SP-2 (Office2003)



"David Biddulph" wrote:

In my tests when I used the URL
http://www.rowing.biddulph.btinterne...s/sheet002.htm,
although the address line in the browser showed
http://www.rowing.biddulph.btinterne...priv/Book1.htm, the page was
opened at the sheet designated by
http://www.rowing.biddulph.btinterne...s/sheet002.htm.

As I said earlier:
"If you tell us the URL of the web page, we might be able to help."
If your files contain confidential information, I would suggest that you
produce a sanitised version as a test, and let us see the URL for that, so
that we can see why it doesn't work for you when it works for us.
--
David Biddulph

akm wrote:
If web server directory = /domainname/

'Book1' file is saved as 'test.htm' (has 4 worksheets)

'sheet004.htm' is in '/domainname/test_files/' directory

http://domain.org/test_files/sheet004.htm (shortcut address from
test.htm worksheet tab)
...does not open sheet004.htm

Instead it opens the home page at /domainname/test.htm

Is there a URL that would open sheet004.htm directly ?


If you tell us the URL of the web page, we might be able to help.
http://domain/index_files/sheet004.htm is not valid.

If you save a multi-sheet Excel workbook as a web page, the page
will be something like
http://domain/folder/Book1.htm
and if you want a link to one of the pages it will be
http://domain/folder/Book1_files/sheet002.htm

If you open the http://domain/folder/Book1.htm URL, you should see
tabs for the pages, and if you right-click on one of those, Copy
Shortcut will give you the URL for that sheet.
--
David Biddulph

akm wrote:
How to make web browser URL link to one of individual sheets in
Excel workbook saved as web page.
Tried... http://domain/index_files/sheet004.htm
...but no luck.
Ideas ?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to make url link to sheet in Excel web page ???

Ah, that's worrying. I naively assumed that because
http://www.rowing.biddulph.btinterne...s/sheet002.htm
got me to sheet 2, the same would apply to other sheets, but I see that
http://www.rowing.biddulph.btinterne...s/sheet001.htm
also opens the page at sheet 2.

In all honesty, I think it's an html question (or Javascript, or CSS),
rather than an Excel question, but it's not one for which i have an
immediate answer. It may need careful examination of the web page source.
--
David Biddulph

akm wrote:
Thanks David.

Per your example, if I were to try to open 'sheet002.htm', the
address bar would show Book1.htm, and I would get 'Book1.htm,' not
sheet002.htm... unless Book1.htm was saved with sheet002 open.

So when you use the URL...
http://www.rowing.biddulph.btinterne...s/sheet002.htm
...and if change the sheet002 to sheet001, sheet003, etc, you are
able to get those separate sheets to open directly ?

Will create a test web page and post that info soon.


In my tests when I used the URL
http://www.rowing.biddulph.btinterne...s/sheet002.htm,
although the address line in the browser showed
http://www.rowing.biddulph.btinterne...priv/Book1.htm, the page
was opened at the sheet designated by
http://www.rowing.biddulph.btinterne...s/sheet002.htm.

As I said earlier:
"If you tell us the URL of the web page, we might be able to help."
If your files contain confidential information, I would suggest that
you produce a sanitised version as a test, and let us see the URL
for that, so that we can see why it doesn't work for you when it
works for us. --
David Biddulph

akm wrote:
If web server directory = /domainname/

'Book1' file is saved as 'test.htm' (has 4 worksheets)

'sheet004.htm' is in '/domainname/test_files/' directory

http://domain.org/test_files/sheet004.htm (shortcut address from
test.htm worksheet tab)
...does not open sheet004.htm

Instead it opens the home page at /domainname/test.htm

Is there a URL that would open sheet004.htm directly ?


If you tell us the URL of the web page, we might be able to help.
http://domain/index_files/sheet004.htm is not valid.

If you save a multi-sheet Excel workbook as a web page, the page
will be something like
http://domain/folder/Book1.htm
and if you want a link to one of the pages it will be
http://domain/folder/Book1_files/sheet002.htm

If you open the http://domain/folder/Book1.htm URL, you should see
tabs for the pages, and if you right-click on one of those, Copy
Shortcut will give you the URL for that sheet.
--
David Biddulph

akm wrote:
How to make web browser URL link to one of individual sheets in
Excel workbook saved as web page.
Tried... http://domain/index_files/sheet004.htm
...but no luck.
Ideas ?





  #6   Report Post  
Posted to microsoft.public.excel.misc
akm akm is offline
external usenet poster
 
Posts: 19
Default How to make url link to sheet in Excel web page ???

Thanks David.
Which newsgroup do you suggest to use ?
And/or, is there a good 'html' discussion forum... generally use MajorGeeks,
but not familiar with any better choice for html in particular.
--
Thanks again for your help !
OS: XP, SP-2 (Office2003)



"David Biddulph" wrote:

Ah, that's worrying. I naively assumed that because
http://www.rowing.biddulph.btinterne...s/sheet002.htm
got me to sheet 2, the same would apply to other sheets, but I see that
http://www.rowing.biddulph.btinterne...s/sheet001.htm
also opens the page at sheet 2.

In all honesty, I think it's an html question (or Javascript, or CSS),
rather than an Excel question, but it's not one for which i have an
immediate answer. It may need careful examination of the web page source.
--
David Biddulph

akm wrote:
Thanks David.

Per your example, if I were to try to open 'sheet002.htm', the
address bar would show Book1.htm, and I would get 'Book1.htm,' not
sheet002.htm... unless Book1.htm was saved with sheet002 open.

So when you use the URL...
http://www.rowing.biddulph.btinterne...s/sheet002.htm
...and if change the sheet002 to sheet001, sheet003, etc, you are
able to get those separate sheets to open directly ?

Will create a test web page and post that info soon.


In my tests when I used the URL
http://www.rowing.biddulph.btinterne...s/sheet002.htm,
although the address line in the browser showed
http://www.rowing.biddulph.btinterne...priv/Book1.htm, the page
was opened at the sheet designated by
http://www.rowing.biddulph.btinterne...s/sheet002.htm.

As I said earlier:
"If you tell us the URL of the web page, we might be able to help."
If your files contain confidential information, I would suggest that
you produce a sanitised version as a test, and let us see the URL
for that, so that we can see why it doesn't work for you when it
works for us. --
David Biddulph

akm wrote:
If web server directory = /domainname/

'Book1' file is saved as 'test.htm' (has 4 worksheets)

'sheet004.htm' is in '/domainname/test_files/' directory

http://domain.org/test_files/sheet004.htm (shortcut address from
test.htm worksheet tab)
...does not open sheet004.htm

Instead it opens the home page at /domainname/test.htm

Is there a URL that would open sheet004.htm directly ?


If you tell us the URL of the web page, we might be able to help.
http://domain/index_files/sheet004.htm is not valid.

If you save a multi-sheet Excel workbook as a web page, the page
will be something like
http://domain/folder/Book1.htm
and if you want a link to one of the pages it will be
http://domain/folder/Book1_files/sheet002.htm

If you open the http://domain/folder/Book1.htm URL, you should see
tabs for the pages, and if you right-click on one of those, Copy
Shortcut will give you the URL for that sheet.
--
David Biddulph

akm wrote:
How to make web browser URL link to one of individual sheets in
Excel workbook saved as web page.
Tried... http://domain/index_files/sheet004.htm
...but no luck.
Ideas ?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I make spreadsheet content link to another sheet and have. Hyperlinking Spreadsheets Excel Discussion (Misc queries) 6 August 29th 08 03:01 AM
how do you make a summary page showing the workbook name with the excel sheet names carole New Users to Excel 1 May 22nd 06 08:31 PM
How can i make link to different sheet irsath Links and Linking in Excel 0 January 22nd 06 05:48 AM
how do i make it so that when a sheat is selected either via link or tab, that xlLastCell is selected. the last on the sheet. Daniel Excel Worksheet Functions 1 July 12th 05 01:30 AM
How can I create a link to a specific sheet from external web page John D Excel Discussion (Misc queries) 1 February 22nd 05 08:40 PM


All times are GMT +1. The time now is 10:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"