Find more posts tagged with
Sort by:
1 - 13 of
131
Hi Prakash,
I can do it by this way and get the macro of it. Its is
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
'C:\Users\besly_t\Documents\A1.h3d', TextToDisplay:= _
'C:\Users\besly_t\Documents\A1.h3d'
so for using in tcl, I am modifying it as
set A1 'C:/Users/besly_t/Documents/A1.h3d'
*writeh3dtofile $A1 1
sheet Hyperlinks Add Anchor:=Selection
Address:= $A1
set dis [ TextToDisplay:= 'H3D' ]
$cells Merge
$cells Item 1 A $dis
But I am getting syntax errors in these..
Hi BeslyD,
You can paste the path of the H3d file along with the file name as a HyperLink in Excel.
When you click on the HyperLink, HyperView player will open with the animation file loaded.