Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
But it does work if you do it area by area:
Option Explicit Sub testme() Dim myArea As Range For Each myArea In Selection.Areas With myArea .Value = .Value End With Next myArea End Sub Jak wrote: As you know excel does not paste as value when the cells are selected with the control button in different parts of the sheet. What I would like to do is to write a macro so that For each cell in selection do the paste special for each cell next cell Can anyone help me with the systax of the above. I just wrote what I needed excel to do. Thanks -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing Options | Excel Discussion (Misc queries) | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing | Excel Discussion (Misc queries) | |||
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 | Excel Worksheet Functions | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) | |||
Question: Cell formula or macro to write result of one cell to another cell | Excel Programming |