Copy List View

  • Thread starter Thread starter Yossi And Inbar
  • Start date Start date
Y

Yossi And Inbar

Hi,

I Want to copy one ListView to another ?
How can i do it ?
if i do
ListView1 = FulListView

i get in ListView1 the detail on FulListView But i cant see it on ListView1
What is the problem ?

Thanks,
Yossi
 
Yossi And Inbar said:
Hi,

I Want to copy one ListView to another ?
How can i do it ?
if i do
ListView1 = FulListView

i get in ListView1 the detail on FulListView But i cant see it on
ListView1
What is the problem ?

Thanks,
Yossi

Try with .Clone

BS,
Dubravko
 
Back
Top