hello, is it possible to write code line outside the VBE?
for example, i write msgbox("hello word") in cell A1 and then i press enter or push a command button and then excel do something like when i code msgbox("hello world")
>>>just imagine something like this
thank you
for example, i write msgbox("hello word") in cell A1 and then i press enter or push a command button and then excel do something like when i code msgbox("hello world")
>>>just imagine something like this
Code:
sub test()
excecute range("A1").text
end sub
thank you
Last edited: