View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Siggsy007[_4_] Siggsy007[_4_] is offline
external usenet poster
 
Posts: 1
Default Mailto / Attach... Button to do so?


Its half there..

Private Sub CommandButton001_Click()
fileToOpen = Application.GetOpenFilename("All Files (*.*),*.*")
If fileToOpen < False Then
MsgBox "Open " & fileToOpen
End If
End Sub

All that does is display a msg box with file name that you have clicke
on. What I need it to do is actually embed that file into a cell i
excel

--
Siggsy00
-----------------------------------------------------------------------
Siggsy007's Profile: http://www.excelforum.com/member.php...fo&userid=1452
View this thread: http://www.excelforum.com/showthread.php?threadid=26152