06-20-2011 04:35 PM
Hi Eric,
I would think that writing a line end character to the active cell would do this for you. Other than that, you can try using an event structure to capture the enter key, then programmatically get and change the active cell location. I am pretty sure I have seen examples on how to do this with ActiveX. At least the changing the active cell programmatically part.
03-03-2021 07:23 AM - edited 03-03-2021 07:45 AM
Sorry I did not intend this to post twice
03-03-2021 07:30 AM
Hi Eric,
I came across your post when looking at what is available for this in the commercial market. There is lots of options but none that do just what you want...I wanted to ask if you ended up finishing what you built. I like the idea of labview as you can customize it however you want to do what you want. Before I ask our labview guy I wanted to see where you go to. Instead of reinventing the wheel maybe be able to see what you have as a jumping off point and go from there.
Thanks for your time.
Jeff
03-03-2021 02:21 PM - edited 03-03-2021 02:23 PM
I did but it ended up being proprietary.
Look into the Systems.Forms.SendKeys.SendWait method of the .NET Framework. That was my "ah-ha" moment.
03-03-2021 02:28 PM
Thanks Eric, I appreciate the advice and direction...Cheers