Message 1 of 22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
instead of this can i actually have it look at current project folder?
'these links will need to be updated for current physical location everytime folder is moved or renamed. Public Sub Main() If Component.IsActive("DETAIL B 26310C:1") Then ThisApplication.Documents.Open("G:\FEA\Baseline\shell outer _ 26310c rev - (Ilogic)\DETAIL B 26310C.iam", True) End If If Component.IsActive("DETAIL B 26310C REV1:1") Then ThisApplication.Documents.Open("G:\FEA\Baseline\shell outer _ 26310c rev - (Ilogic)\DETAIL B 26310C REV1.iam", True) End If If Component.IsActive("DETAIL B 26310C REV2:1") Then ThisApplication.Documents.Open("G:\FEA\Baseline\shell outer _ 26310c rev - (Ilogic)\DETAIL B 26310C REV2.iam", True) End If End Sub
Any help would help out alot.... thanks!

..........................................................................................................................
Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.
..........................................................................................................................
See My LinkedIn Profile
Solved! Go to Solution.