Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Hyperlink to cell in separate workbook

I need to hyperlink to worksheet "Mod2" cell "E4" in a seperate workbook
named "CMS KVA KW READINGS SHEET.XLXS". The below link works to open the
workbook but I need to know how to set it to go to the exact place on the
worksheet. If at all possible, I would like it to select the range from "E4"
- "I8".

\\192.168.1.1\my_drive\My Files\KVA\CMS KVA KW READINGS SHEET.XLSX

--
Rick
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 28
Default Hyperlink to cell in separate workbook

Put this macro in regardin sheet.whenever you will go through particular
sheet.it will select you the given range.

Private Sub Worksheet_Activate()
Range("B1:I19").Select
End Sub

"rbeach" wrote:

I need to hyperlink to worksheet "Mod2" cell "E4" in a seperate workbook
named "CMS KVA KW READINGS SHEET.XLXS". The below link works to open the
workbook but I need to know how to set it to go to the exact place on the
worksheet. If at all possible, I would like it to select the range from "E4"
- "I8".

\\192.168.1.1\my_drive\My Files\KVA\CMS KVA KW READINGS SHEET.XLSX

--
Rick

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Hyperlink to cell in separate workbook

If a macro is set in sheet, this will go to this range no matter where I
select a hyperlink to on this sheet. I will have many hyperlinks to different
locations in the separate workbook. each hyperlink will need to select a
separate range. The placeholder will need to be designated through the
hyperlink itself.

--
Rick


"Satyendra_Haldaur" wrote:

Put this macro in regardin sheet.whenever you will go through particular
sheet.it will select you the given range.

Private Sub Worksheet_Activate()
Range("B1:I19").Select
End Sub

"rbeach" wrote:

I need to hyperlink to worksheet "Mod2" cell "E4" in a seperate workbook
named "CMS KVA KW READINGS SHEET.XLXS". The below link works to open the
workbook but I need to know how to set it to go to the exact place on the
worksheet. If at all possible, I would like it to select the range from "E4"
- "I8".

\\192.168.1.1\my_drive\My Files\KVA\CMS KVA KW READINGS SHEET.XLSX

--
Rick

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Hyperlink to cell in separate workbook

I have figured out what is needed to reference a range of cells in a
different workbook is:

=HYPERLINK("[\\192.168.1.1\My_Drive\My Files\KVA\CMS KVA KW READINGS
SHEET.XLSX]"&"$C$15:$J$27","PDU")

This will reference the computer with the external file by the IP address,
then directs to the correct folder and file name. The Cells are then
referenced and the last item is what displays within the cell. (In this case,
my cell displays PDU)

Thanks,
--
Rick


"rbeach" wrote:

If a macro is set in sheet, this will go to this range no matter where I
select a hyperlink to on this sheet. I will have many hyperlinks to different
locations in the separate workbook. each hyperlink will need to select a
separate range. The placeholder will need to be designated through the
hyperlink itself.

--
Rick


"Satyendra_Haldaur" wrote:

Put this macro in regardin sheet.whenever you will go through particular
sheet.it will select you the given range.

Private Sub Worksheet_Activate()
Range("B1:I19").Select
End Sub

"rbeach" wrote:

I need to hyperlink to worksheet "Mod2" cell "E4" in a seperate workbook
named "CMS KVA KW READINGS SHEET.XLXS". The below link works to open the
workbook but I need to know how to set it to go to the exact place on the
worksheet. If at all possible, I would like it to select the range from "E4"
- "I8".

\\192.168.1.1\my_drive\My Files\KVA\CMS KVA KW READINGS SHEET.XLSX

--
Rick

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 do I hyperlink to a cell in existing workbook? Patricia Lynch Excel Discussion (Misc queries) 4 February 3rd 09 10:36 PM
hyperlink to separate cells in a different workbook dmfw Excel Discussion (Misc queries) 4 July 15th 08 11:57 AM
Create Hyperlink to cell in another Workbook saved in Doc Manageme DeniseS Excel Discussion (Misc queries) 0 January 3rd 07 04:33 PM
Hyperlink problem to cell in same workbook stainless Excel Worksheet Functions 4 November 16th 05 08:10 AM
Hyperlink problem to cell in same workbook stainless Excel Discussion (Misc queries) 1 November 15th 05 04:53 PM


All times are GMT +1. The time now is 09:56 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"