ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Mailto / Attach... Button to do so? (https://www.excelbanter.com/excel-programming/310684-mailto-attach-button-do-so.html)

Siggsy007[_4_]

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



All times are GMT +1. The time now is 01:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com