Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default VALUE PASTING MACRO REQUIRED

SIR,
I need to know that is there any key or you can create me any macro
which paste the value.

Thanks
Regards
ZEESHAN ANIS
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default VALUE PASTING MACRO REQUIRED

Sub PasteValues()

On Error Resume Next
Selection.PasteSpecial Paste:=xlPasteValues
If Err < 0 Then
MsgBox "Please select something to paste."
Exit Sub
End If
On Error GoTo 0
End Sub

--------
Cheers,
Anony


"ZEESHAN ANIS" wrote:

SIR,
I need to know that is there any key or you can create me any macro
which paste the value.

Thanks
Regards
ZEESHAN ANIS

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
Macro required please Dr Hackenbush Excel Discussion (Misc queries) 4 February 10th 10 09:29 AM
Macro Help Required Dan Wood Excel Discussion (Misc queries) 3 January 5th 10 05:49 PM
Effecient method of copying and pasting required Khurram Excel Programming 2 March 12th 07 09:55 AM
Macro required PCOR Excel Worksheet Functions 3 December 11th 05 07:36 PM
Pilgrim needs help: Effecting keystroks required by a macro nested within a macro. [email protected] Excel Programming 1 May 14th 05 03:46 AM


All times are GMT +1. The time now is 07:25 PM.

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"