A
adrian
hello!
i have a problem in pasting the content of a cell into another. i have
tried it with the following code:
excel = createobject ("excel.application")
with excel
.range ("B7").pastespecial (.xlpastetype.xlpastevalues)
end with
and with the code from the example on the microsoft msdn homepage:
excel=createobject ("excel.application")
with excel
.range ("b7").pastespecial paste:=xlpastevalues
end with
excel is defined as excel.application
thanks in advance
adrian
i have a problem in pasting the content of a cell into another. i have
tried it with the following code:
excel = createobject ("excel.application")
with excel
.range ("B7").pastespecial (.xlpastetype.xlpastevalues)
end with
and with the code from the example on the microsoft msdn homepage:
excel=createobject ("excel.application")
with excel
.range ("b7").pastespecial paste:=xlpastevalues
end with
excel is defined as excel.application
thanks in advance
adrian