Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Opening Files Question


Hi All,

Background: I have a sheet with fully-qualified paths in column A. M
macro uses that path to open files and pull data across into the curren
sheet. I'm using the following code:

HL = ActiveCell.Offset(0, -32).Value & "\" & ActiveCell.Offset(0
-31).Value
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:=HL, _
TextToDisplay:=ActiveCell.Offset(0, -31).Value
X = X + 1

followed by...

Do Until Hycell = ""

Selection.Hyperlinks(1).Follow NewWindow:=False
AddHistory:=True

End Loop

Question: Can I add a parameter to the Opening of each file that wil
say to NOT resolve links?

Thanks in advance for any help!

Bria

--
bkube0
-----------------------------------------------------------------------
bkube01's Profile: http://www.excelforum.com/member.php...nfo&userid=958
View this thread: http://www.excelforum.com/showthread.php?threadid=52487

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
show most recent files first when opening excel files Anne` Excel Discussion (Misc queries) 5 January 23rd 08 01:54 AM
Opening Quattro Pro for Windows files (*.WB1 Files) using Excel 20 PoundMutt Excel Discussion (Misc queries) 1 June 20th 07 03:50 AM
How can I view files chronologically when opening multiple files Stevilsize Excel Discussion (Misc queries) 3 July 26th 05 12:49 AM
Opening Files Dave[_32_] Excel Programming 2 October 16th 03 06:25 PM
opening files Ron de Bruin Excel Programming 0 September 5th 03 04:25 PM


All times are GMT +1. The time now is 09:30 AM.

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

About Us

"It's about Microsoft Excel"