Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 318
Default attached a file to an excel document -maybe

Hello I am creating a form. I have a dropdown list with yes or no. If
the answer is yes the person has to submit a "certificate" . I want them to
attach the certificate in the excel form (not as an attachment in the e mail)
.. is that possible.?
thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default attached a file to an excel document -maybe

See InsertObjectCreate from File

Display as Icon.

The file will be embedded in the workbook.

Save the workbook.

To view the object, double-click on the Icon.

Email recipient must have a suitable application for opening and viewing the
object.


Gord Dibben MS Excel MVP

On Mon, 19 Jan 2009 11:32:00 -0800, Wanna Learn
wrote:

Hello I am creating a form. I have a dropdown list with yes or no. If
the answer is yes the person has to submit a "certificate" . I want them to
attach the certificate in the excel form (not as an attachment in the e mail)
. is that possible.?
thanks in advance


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default attached a file to an excel document -maybe

Thanks - perfect.

I tried to create a macro to make it easier for the end user . I wanted to
use a command button then add a macro using the instructions below but I
cannot record the macro
Is a macro possible or is there an another way ?
thanks in advance

"Gord Dibben" wrote:

See InsertObjectCreate from File

Display as Icon.

The file will be embedded in the workbook.

Save the workbook.

To view the object, double-click on the Icon.

Email recipient must have a suitable application for opening and viewing the
object.


Gord Dibben MS Excel MVP

On Mon, 19 Jan 2009 11:32:00 -0800, Wanna Learn
wrote:

Hello I am creating a form. I have a dropdown list with yes or no. If
the answer is yes the person has to submit a "certificate" . I want them to
attach the certificate in the excel form (not as an attachment in the e mail)
. is that possible.?
thanks in advance



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default attached a file to an excel document -maybe

Why can you not record a macro whilst following the steps?

I just recorded this macro to insert an *.mdb file that opens in Access when
double-clicked.

ActiveSheet.OLEObjects.Add(Filename:= _
"C:\Program Files\Accu-Chek Compass\Data\compass.mdb", Link:=False, _
DisplayAsIcon:=True, IconFileName:= _
"""C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE""
/NOSTARTUP ""%1""" _
, IconIndex:=0, IconLabel:= _
"C:\Program Files\Accu-Chek Compass\Data\compass.mdb").Select


Gord

On Tue, 20 Jan 2009 08:12:06 -0800, Wanna Learn <Wanna
wrote:

Thanks - perfect.

I tried to create a macro to make it easier for the end user . I wanted to
use a command button then add a macro using the instructions below but I
cannot record the macro
Is a macro possible or is there an another way ?
thanks in advance

"Gord Dibben" wrote:

See InsertObjectCreate from File

Display as Icon.

The file will be embedded in the workbook.

Save the workbook.

To view the object, double-click on the Icon.

Email recipient must have a suitable application for opening and viewing the
object.


Gord Dibben MS Excel MVP

On Mon, 19 Jan 2009 11:32:00 -0800, Wanna Learn
wrote:

Hello I am creating a form. I have a dropdown list with yes or no. If
the answer is yes the person has to submit a "certificate" . I want them to
attach the certificate in the excel form (not as an attachment in the e mail)
. is that possible.?
thanks in advance




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Form attached to a Word Document Letter Christine Excel Discussion (Misc queries) 0 December 12th 06 09:21 PM
Accessing Attached xls File shannyshanhan Excel Worksheet Functions 0 August 9th 06 10:04 PM
Accessing Attached XLS file shannyshanhan Excel Worksheet Functions 0 August 9th 06 02:57 AM
HELP with statistics on the attached file Swift Excel Discussion (Misc queries) 7 June 26th 06 03:34 AM
When I open an Excel file attached to an email, it opens as read-. dperkins Excel Discussion (Misc queries) 2 February 18th 05 03:09 PM


All times are GMT +1. The time now is 02:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"