R
RcCluster
Hi Friends,
This may be easy but I can't find a way and also I'm still not familiar with
late binding.
I solved this bevor in VBA. But now I have to do it in .NET.
Here is the old VBA-code:
' get picture number
Artikel = ActiveCell
'complete with path
bild = "f:\datenbilder\bilder\schuhe\" + Right$(Str$(Artikel), 6) + ".pcx"
'and simply add it
ActiveSheet.Pictures.Insert(bild).Select
How can I do this in my add-in?
Please!
Thanks
Alex
This may be easy but I can't find a way and also I'm still not familiar with
late binding.
I solved this bevor in VBA. But now I have to do it in .NET.
Here is the old VBA-code:
' get picture number
Artikel = ActiveCell
'complete with path
bild = "f:\datenbilder\bilder\schuhe\" + Right$(Str$(Artikel), 6) + ".pcx"
'and simply add it
ActiveSheet.Pictures.Insert(bild).Select
How can I do this in my add-in?
Please!
Thanks
Alex