Saving clipboard Items

B

Bill Toothaker

I always use the same clipboard items in a particular workbook. How can I
save the clipboard items to appear the next time I open Excel?
 
K

Kassie

Hi Bill

Wouldn't it ber easier to put those phrases or data in a named range, and
then use a formula wherever you need it?
 
K

Kassie

Hi Bill

That changes the question, doesn't it?
You could use VBA code to insert whatever it is you want to re-use at the
current location, iow a macro
 
B

Bill Toothaker

I am trying to set something simple up for someone simplier than me? So the
answer would be no, there is no way to save the clipboard contents to be able
to use them the snext time I open Excel, without writing a macro?
 
K

Kassie

Hi Bill

I suppose the easiest would be to save it in a spreadsheet. Name this
whatever you want, but so that it is quick to find, maybe a.xls, or
aquote.xls. Your friend can then open this file as well as the other file he
wants to work in, and cut and paste between this sheet and the workbook he
wants to use it in. Saving to the clipboard is not possible. Otherwise, a
macro will work, but you need to know what to do
 
B

Bill Toothaker

OK Thanks!
--
Bill T


Kassie said:
Hi Bill

I suppose the easiest would be to save it in a spreadsheet. Name this
whatever you want, but so that it is quick to find, maybe a.xls, or
aquote.xls. Your friend can then open this file as well as the other file he
wants to work in, and cut and paste between this sheet and the workbook he
wants to use it in. Saving to the clipboard is not possible. Otherwise, a
macro will work, but you need to know what to do
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top