Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everybody,
I need a VBA code to copy the values in one sheet to the other sheet. Here I'm giving my actual problem. I have data in columns A to M which is generated by some conditional formulas, if the condition is satisfied it will generate real values in the cells if the condition is unsatisfied then the cell will display "FALSE". Now what I need is a macro that copies only the cells which are having values and paste to the other sheet spcecified and also I need to copy column A to Column A ...So on, but I wnat to skip some columns like E&H. I got a macro in this group which copy and paste values&Formats to the other sheet by selecting the range manually and then pasting the values at the destination by running the macro. The macro is like this. Sub Pastesp() with selection pastespecial xlvalues pastespecial xlformats cutcopymode=false. end sub. can any body helpme to expand this code so that I can apply for my specific problem. Thanks and Regards Ramana |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy & paste values+formats from excel to word | Excel Discussion (Misc queries) | |||
Using VB Copy Entire Row but formulas and formats only no values | Excel Discussion (Misc queries) | |||
how to copy only values and formats of worksheets to new workbook | Excel Worksheet Functions | |||
copy worksheet (keeping formats) | New Users to Excel | |||
Copy worksheet values and formats into another workbook | Excel Programming |