Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[b]Copying cells' values to a page in a multipage.[/b]

Status
Not open for further replies.

mtroche

Civil/Environmental
Jun 4, 2001
39
0
0
PR
I want to copy some cells' values from a worksheet to a page in a multipage, but I can't find how to do this. Note that the worksheet and the multipage is at the same workbook. Following is the code I'm trying to use, but it desn't works.

Private Sub CommandButton6_Click()
Worksheets("(TSag)2_Print").range("C3:AI47").Copy _
Destination:=MultiPage1.Pages(dcExampleCalculations).Label928.Caption
End Sub

The Error Message is: "Object Doesn't Support This Property or Method"

I'll appreciate any help you can give me.

Att.
MTroche
 
Status
Not open for further replies.
Back
Top