Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-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
Joined
Jun 4, 2001
Messages
39
Location
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.

Part and Inventory Search

Sponsor

Back
Top