celestinogalan
Programmer
I have done an excel macro (VB) an into it I have this line:
"Sheets("datos".Cells(x2, 1).Value = Mid(LineaLeida, 1, 8)"
When I run the macro in other computer than mine, it appears a box saying something like "I cant found the library or the proyect.... EVEN if I install the VBruntime6.0sp5.......... in that computer.
¿What can I do? ¿is there an other library?
Maybe another way is to make an VB application instead an excel macro.... in that case does anybody know how to open an excel sheet from VB and interact with it?
Thanks
"Sheets("datos".Cells(x2, 1).Value = Mid(LineaLeida, 1, 8)"
When I run the macro in other computer than mine, it appears a box saying something like "I cant found the library or the proyect.... EVEN if I install the VBruntime6.0sp5.......... in that computer.
¿What can I do? ¿is there an other library?
Maybe another way is to make an VB application instead an excel macro.... in that case does anybody know how to open an excel sheet from VB and interact with it?
Thanks