View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Can't copy data from cells between workbooks within the same e

I meant the same instance--not the same version.

But close excel.

Windows start button|Run
type this and hit enter:
excel /safe

Then file|open your workbook to test it.

If it works, you could have a macro running in the background. It could be
under the worksheet or under ThisWorkbook (or worse!).

Debra Dalgleish has some screen prints that may help you find the code:
http://contextures.com/xlfaqMac.html#NoMacros

snakeinbenson wrote:

Dave,

Thanks for your response.

Yes, I am using the same version of excel. The 2 workbooks (tabs) are in
the same excel file. I am using excel 2000.

Regarding the macros, I am not sure how to tell if one is enabled. If I
goto Tools, Macros, I don't see anything that indicates a macro is running.

Thanks again, Terry.

"Dave Peterson" wrote:

First, your subject got truncated.

But my question is are you sure that you're in the same instance of excel?

Open one workbook (anyway you want)
then use File|Open to open the second one.
then test out your copy|paste

If that doesn't work, is there any chance that you have any event macro
running. Lots of these macros can clear the clipboard.

snakeinbenson wrote:

I am working in an excel file with 2 tabs (2 workbooks). I cannot copy paste
between workbooks.

If I open a new file with 2 tabs the copy / paste between tabs works fine.

What setting in the existing file could be causing this. I am using Excel
2000.

Thanks !


--

Dave Peterson


--

Dave Peterson