M
Milena
Hi!!
I have a trouble with the copy/paste a combobox linked on
a cell in a worksheet, usign vb6.
My code is:
Set oShape = oSheet.Shapes("ComboBox3")
oShape.Select
'''' HERE I HAVE A PROBLEM: the error is "The select
method of the shape failed"...AND I DON'T UNEDERSTAND WHY!!
Selection.Copy
Set oPaste = oSheet.Cells(lngRowCounter + 1, 4)
oPaste.Select
oSheet.PasteSpecial Format:="Microsoft Forms 2.0
ComboBox Object", Link _
:=False, DisplayAsIcon:=False
I need help!!
Thanks!
Milena
I have a trouble with the copy/paste a combobox linked on
a cell in a worksheet, usign vb6.
My code is:
Set oShape = oSheet.Shapes("ComboBox3")
oShape.Select
'''' HERE I HAVE A PROBLEM: the error is "The select
method of the shape failed"...AND I DON'T UNEDERSTAND WHY!!
Selection.Copy
Set oPaste = oSheet.Cells(lngRowCounter + 1, 4)
oPaste.Select
oSheet.PasteSpecial Format:="Microsoft Forms 2.0
ComboBox Object", Link _
:=False, DisplayAsIcon:=False
I need help!!
Thanks!
Milena