W
wmauss
Hello everybody,
I want to do a really simple thing and just can't accomplish it.
I just want to write a string into a cell using VBA.
A simplified version of the vba code looks like this:
Sub Testing()
Application.Volatile
'Cells(1,2).Item="Geht nicht"
Range("A1").Value="Geht auch nicht"
End Sub
If I step through it in Debug mode, it terminates when executing th
Cells... or Range... line.
Looking at the simplicity, it has got to be some fundamental principl
that I don't get.
I appreciate your help!
Werne
I want to do a really simple thing and just can't accomplish it.
I just want to write a string into a cell using VBA.
A simplified version of the vba code looks like this:
Sub Testing()
Application.Volatile
'Cells(1,2).Item="Geht nicht"
Range("A1").Value="Geht auch nicht"
End Sub
If I step through it in Debug mode, it terminates when executing th
Cells... or Range... line.
Looking at the simplicity, it has got to be some fundamental principl
that I don't get.
I appreciate your help!
Werne