Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
My knowledge is limited so i am seeking the help of a more intelligent person who can play with the code below so that it copies the values in the cells and not formulas, formatting, etc.....just the text and numbers???? Thanks all! Sub CopyData( Dim wsFedex As Workshee Dim wsSummary As Workshee Set wsFedex = Worksheets("FEDEX calculator" Set wsSummary = Worksheets("summary" With wsFede wsSummary.Rows(19).Inser .Range("A19:E19").Copy Destination:=wsSummary.Cells(19, "A" .Range("H19:J19").Copy Destination:=wsSummary.Cells(19, "F" End Wit End Su |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Font Formatting | Excel Discussion (Misc queries) | |||
Formatting font | Excel Discussion (Misc queries) | |||
Formatting font in a list box | Excel Discussion (Misc queries) | |||
Carrying over font formatting | Excel Discussion (Misc queries) | |||
How copy format, font, color and border without copy/paste? | Excel Programming |