Copying from one sheet- Cell formating

  • Thread starter Thread starter -[::::Shamran::::]-
  • Start date Start date
S

-[::::Shamran::::]-

Is there anyway to keep Cell format (aka: font/boardes/fillcolor) when
copying data from one Cell to another in VBA (macro) ?
 
Tom Ogilvy said:
if you copy and paste, then the format should be pasted as well.

Yes exacly but i realy don't won't that to happen. Is there a way to change
the indiivdual formatting (color etc.) on celle through VBS/macro ?

Shamran
 
copy, then pastespecial and select xlValues.

or pastespecial and select xlformulas

--
Regards,
Tom Ogilvy

-[::::Shamran::::]- said:
Tom Ogilvy said:
if you copy and paste, then the format should be pasted as well.

Yes exacly but i realy don't won't that to happen. Is there a way to change
the indiivdual formatting (color etc.) on celle through VBS/macro ?

Shamran
 

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

Back
Top