Using SetValue Macro in Runtime environment

Phonik

Registered User.
Local time
Today, 17:31
Joined
Sep 22, 2006
Messages
111
Hello all,

I am currently using the SetValue function from within a macro to set the value of one text box to the value of another. It works fine under full version but when I use it under Runtime which is where the final application will be run from, it brings up the Halt box and will not continue the macro.
Does anyone know what can/cannot be done within Runtime. Is it just the same as A full version but without Design functions or are some other functions removed. I am painstakingly having to go through all the vba code that I wrote in full version and I am having to change so many things in order for it to work with Runtime. This is a real pain the backside!
Any thoughts would be huuuugely appreciated.

Thanks all!

Gareth
 
is it possible you have some invalid data in there - that will do that in run time.

i would definitley use code rather than macros - don't know if you are used to code though.
 

Users who are viewing this thread

Back
Top Bottom