Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | TrudyePosting Yak  Master
 
 
                                        169 Posts | 
                                            
                                            |  Posted - 2009-05-25 : 16:13:38 
 |  
                                            | Not sure if VB.Net has this option but VB 6/VBA has it. There is a hot key/pfkey you can hit that will jump you from the place in your code that calls a function to the function that is being called. For instance: you place the cursor on the function name hit this pfkey/hotkey and you are jumped directly to the actual function as long as it is in the same project. You can use the same pfkey/hot key to get back to where you were in the code before the jump.Does anyone know what that pfkey/hot key is?Thanks a lot |  |  
                                |  |  |  |