Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to flip text between two cells:
Dim strTemp As String strTemp = Cells(nCurrent, 1).Value Cells(nCurrent, 1).Value = Cells(nCurrent + 1, 1).Value Cells(nCurrent + 1, 1).Value = strTemp If I start with "3.100" and "3.10" in the two cells, I end up with 3.1 in both cells after this code is executed. Any help is appreciated |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exchanging information | Excel Worksheet Functions | |||
exchanging rows | Excel Worksheet Functions | |||
exchanging values amoung sheets | Excel Worksheet Functions | |||
exchanging X and Y in a plot | Excel Programming | |||
Exchanging data between Linux and Excel | Excel Programming |