Ehtisham Ali Member Aug 6, 2015 #1 Hi, I have user form and a picture on it. What I want is: 1. Embedd a Word file in my hidden sheet.( I ll do it manually -one time activity) 2. Create a link to that Word file to open on the click of an RED book icon. Refer to below screenshot
Hi, I have user form and a picture on it. What I want is: 1. Embedd a Word file in my hidden sheet.( I ll do it manually -one time activity) 2. Create a link to that Word file to open on the click of an RED book icon. Refer to below screenshot
Deepak Excel Ninja Aug 6, 2015 #2 For point 2 Assign following with the changes of sheet name & object name Code: Sheets("x").OLEObjects("obj").Verb
For point 2 Assign following with the changes of sheet name & object name Code: Sheets("x").OLEObjects("obj").Verb
Ehtisham Ali Member Aug 6, 2015 #3 Deepak said: For point 2 Assign following with the changes of sheet name & object name Code: Sheets("x").OLEObjects("obj").Verb Click to expand... thnks
Deepak said: For point 2 Assign following with the changes of sheet name & object name Code: Sheets("x").OLEObjects("obj").Verb Click to expand... thnks