Gabor,
> > : Is there some clever way of pasting results from R into Excel or
> > Try this:
> >
> > data(iris) # get a test data frame
> > require(R2HTML)
> > HTML( iris, file("clipboard","w"), append=F )
This worked exactly as I was hoping.
Many thanks,
Graham