If I do ctrl+F8 on a dim line then I get the message "Line is not an executable statement", as expected. But when I try to execute a line can can be executed, nothing happens.
Placing a break in the code, then executing the code by clicking the button on my form worked. I was then able to step through the code using F8 but I still can't execute the code if i try and execute by pressing ctrl+F8 in the VBE.