Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is what I have so far....It doesn't work though...
Sub Test() Dim R As Range Dim CR As Range Dim Num As Integer Set R = Range("C3") Set CR = Range("K3") Num = 0 Select Case ActiveSheet.Calculate Case True CR.Offset(0, Num) = R End Select Num = Num + 1 End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Weird format to formula transition excel 2003 | Excel Worksheet Functions | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
How to Copy Values Only, Not Formula? | New Users to Excel | |||
copy values generated by conditional formula in one sheet to the other work sheet as values | Excel Worksheet Functions | |||
copy values generated by conditional formula in one sheet to the other work sheet as values | Excel Discussion (Misc queries) |