Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Someone please,
Why does this macro not work? Want to display the Clipboard and send workbook to a client. Sub Send_to_Client_1() ' ' Send_Client Macro ' Macro recorded 11/19/2003 by Al Jager ' Range("B2").Activate 'B2 contains an email address Selection.Copy ' If Application.DisplayClipboardWindow = True Then ' MsgBox "Office Clipboard can be displayed." ' Else ' MsgBox "Office Clipboard cannot be displayed." ' End If ' ActiveCell.DisplayClipboardWindow 'expression Application.Dialogs(xlDialogSendMail).Show End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel clipboard problem | Excel Discussion (Misc queries) | |||
copy and paste not functioning, think clipboard problem | Excel Worksheet Functions | |||
use macro to set auto( about clipboard ) | Excel Discussion (Misc queries) | |||
Strange Clipboard Problem | Excel Discussion (Misc queries) | |||
Clipboard Data Within Macro | Excel Programming |