Joel Horowitz
New Member
- Joined
- Aug 23, 2002
- Messages
- 34
Hye,
I never managed to make a function like
I always read it is impossible, yet I've seen add-ins that download stock quotes and manage to change the value of cells other than the one in which the function is put. How do they do that?
Thanks
I never managed to make a function like
Code:
Function Test()
range("A1").value = "Hello"
Test = 34
End function
I always read it is impossible, yet I've seen add-ins that download stock quotes and manage to change the value of cells other than the one in which the function is put. How do they do that?
Thanks