View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
cakonopka[_13_] cakonopka[_13_] is offline
external usenet poster
 
Posts: 1
Default Copy data not format

Hi there

I have got to this stage

Private Sub CommandButton1_Click()
Range("D18").Copy
Worksheets("Customer Details").Range("C18").Select
Selection.PasteSpecial , Paste:=xlValues, Operation:=xlNone,
SkipBlanks:=xlNone
Range("D18").ClearContents

End Sub

the only thing is it doesent work when i enter the different worksheet
bit as u can see above, after the copy bit, nay idea why?

cheers

from CK


---
Message posted from http://www.ExcelForum.com/