DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

which edition can use Report.Sheets.Copy?

Solved!
Go to solution

Hello All:

My question is: what is the most early edit "Report.Sheets.Copy" can be used?

cause the warning "type match Report" always pop up when I use DIAdem 10.2.

Dim oMyFirstSheet, oMyNewSheet
Set oMyFirstSheet = Report.ActiveSheet
Set oMyNewSheet = Report.Sheets.Copy(2,"Sheet1",1)

 

0 Kudos
Message 1 of 3
(2,393 Views)
Solution
Accepted by topic author DinaDing

Hi DianaDing,

DIAdem 2012 is the first version which supports the REPORT-API and with that also the command

Report.Sheets.Copy...

Greetings

Walter

0 Kudos
Message 2 of 3
(2,385 Views)

Hello Walter:

Thanks a lot for your information. My Diadem is 11, which obviously doesn't support this command. I will try some other ways to solve this problem. 

0 Kudos
Message 3 of 3
(2,350 Views)