mtroche
Civil/Environmental
- Jun 4, 2001
- 39
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
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