Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having intermittent problems with the Text property
In A1: =rand() In A2: =txet(A1) Where txet is: Function txet(r As Range) As String Application.Volatile txet = r.Text End Function Sometimes txet works just fine. Other times, it updates; but stays one step behind. That is it displays the value before F9 rather than the new value. Is there a solution? -- Gary''s Student - gsnu200746 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding custom property to Range object | Excel Programming | |||
Range object lacks Value property | Excel Programming | |||
range property of range object | Excel Programming | |||
How to use Cells property to Range object? | Excel Programming | |||
Can Range.Find search a Cells' Text property? | Excel Programming |