Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() When I do a paste special, the cells being pasted don't format themselves like the cells where I did the copy from. See my structure below: 'Select Sheet Sheets("Previous").Select 'Select Cells Range("A2:B5").Select Selection.Copy 'Select Sheet Sheets("Summary").Select Range("A2:B5").Select 'Do Paste Special Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:=False, Transpose:=False Again, just a novice........but love learning this VBA Tony -- ajocius ------------------------------------------------------------------------ ajocius's Profile: http://www.excelforum.com/member.php...o&userid=17695 View this thread: http://www.excelforum.com/showthread...hreadid=389591 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Preserving lock on cells even when copied and pasted within a sheet | Excel Discussion (Misc queries) | |||
Not all pasted text appears in cells | Excel Discussion (Misc queries) | |||
cell validation even for values pasted into cells | Excel Worksheet Functions | |||
Converting 'General' formatted cells to Text formatted cell using. | Excel Worksheet Functions | |||
how do I remove spaces from cells that were pasted | Excel Discussion (Misc queries) |