View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Send keys with user input

Check your other post.

sunspot27 wrote:

I'm using sendkeys to send some numbers to a java based back office
system. It works perfectly on sending the numbers however I'm looking
to create a text box on a user form so that the user can input the
numbers to send to the back office system.

Application.SendKeys ("12345"), True

Could someone help me out?

Thanks


--

Dave Peterson