Hi
i'm new to writing macros for an excel file.
i've a macro which will read the data from worksheets and copies that data
and paste the copied data into new workbook sheets.
it is copying the data into new work sheet. whats my problem is my original
application contains formatted data like having cloros and some of the
columns having big font size etc and some of sheets contains merged cells.
i'm totally having 8 worksheets with different layouts and the macro copying
the data into 8 new worksheets but the look and feel is not similar to the
original application. But i want as it is.
cna anyone tell me how to do this
its very urgent for me
thanx in advance
jaffar
Kurt - 05 May 2006 14:40 GMT
The easiest way is to start recording a macro, perform the format copy, and
stop recording. Then you can just cut and paste as needed from your recorded
macro into your own code.
..kurt
> Hi
> i'm new to writing macros for an excel file.
[quoted text clipped - 14 lines]
> thanx in advance
> jaffar
Don Guillett - 05 May 2006 15:59 GMT
It would be difficult without seeing but perhaps you really should change
your layout for consistency...

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
> Hi
> i'm new to writing macros for an excel file.
[quoted text clipped - 14 lines]
> thanx in advance
> jaffar
caimeilin@sml.com - 09 May 2006 09:52 GMT
Maybe you can copy the whole sheet to new workbook