Usedrange copy- paste : Blank rows filled in black color

R

Raj

Hi,

I have to consolidated sheets from various workbooks in a worksheet.
As the source worksheets contain blank blank rows between data, I am
copying the Worksheet.usedrange and pasting it in the destination
worksheet. On pasting in the destination worksheet, the blank rows
are being filled in black color. Can anybody shed light on why this is
happening?

When I try to remove the black color using "No fill", it does not
work. However, using Edit-->Clear->Formats, I can remove the black
color.

I am using this line for the copy paste operation:
ws.UsedRange.Copy
Destination:=rspworkbook.Worksheets(rspDestinationsheet).Range("a65536").End(xlUp).Offset(2,
0)

(where rspworkbook = Destination workbook)

How can I get rid of the black color?
Is there a better way to copy usedranges and paste it in the worksheet
in the other workbook?

Thanks in advance for the help.

Regards,
Raj
 
D

Dave Peterson

Any chance the pasted range is using format|conditional formatting that's
changing the fill color?
 
R

Raj

Any chance the pasted range is using format|conditional formatting that's
changing the fill color?













--

Dave Peterson- Hide quoted text -

- Show quoted text -

In frustration, I closed the workbook. When I ran the macros again
half an hour later, the black color problem was not longer there!! I
have not saved the "blackened" workbook for research. Thanks, Dave,
anyway. (Maybe, the problem was somewhere outside Excel)

Regards,
Raj
 

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