Error al transcribir codigo
Publicado por Luis Tamez (77 intervenciones) el 12/03/2004 00:12:02
Que tal, tengo una macro en excel y pase el codigo a visual fox el cual es este:
Range("B4").Select
ActiveSheet.Pictures.Insert("C:\apps\imagenes\AUTOR.BMP").Select
Selection.ShapeRange.IncrementLeft -0.75
pero me marca error de sintaxis en la linea:
Selection.ShapeRange.IncrementLeft -0.75
como debo de escribirla para que visual fox la interprete. Ya intente el:
with selection
.ShapeRange.IncrementLeft -0.75
endwith
y tambien me mrca error, como le hago....
Saludos y gracias anticipadas.
Range("B4").Select
ActiveSheet.Pictures.Insert("C:\apps\imagenes\AUTOR.BMP").Select
Selection.ShapeRange.IncrementLeft -0.75
pero me marca error de sintaxis en la linea:
Selection.ShapeRange.IncrementLeft -0.75
como debo de escribirla para que visual fox la interprete. Ya intente el:
with selection
.ShapeRange.IncrementLeft -0.75
endwith
y tambien me mrca error, como le hago....
Saludos y gracias anticipadas.
Valora esta pregunta


0