Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What I am trying to do is use an array to 'flip'
a sequence of numbers. The code doesn't work :-( Sub Panel_Flip() Dim store(3) As Double For i = 3 To 0 store(i)=ActiveCell.Offset(0,1+i).Value Next For i=0 to 3 ActiveCell.Offset(1,0).Value=store(i) Next End Sub I need to know where I am going wrong... Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maco code doesn't work. Why? | Excel Discussion (Misc queries) | |||
Why does this code not work? | Excel Discussion (Misc queries) | |||
code does not work anymore | Excel Discussion (Misc queries) | |||
Event code won't work | Excel Discussion (Misc queries) | |||
Why this code is not work? | Excel Worksheet Functions |