Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() ![]() ![]() Does anyone know what the proper command in Excel VBA is to "Enter"? What I mean is that I am programming something in it and the last required step (so I am told) is to emulate pressing the "Enter" key but I have no idea how to do that! Any help would be appreciated!! Wendy -- Wendy5 ------------------------------------------------------------------------ Wendy5's Profile: http://www.excelforum.com/member.php...o&userid=34764 View this thread: http://www.excelforum.com/showthread...hreadid=545256 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub BBAA()
SendKeys "~", False End Sub -- Regards, Tom Ogilvy "Wendy5" wrote: ![]() ![]() Does anyone know what the proper command in Excel VBA is to "Enter"? What I mean is that I am programming something in it and the last required step (so I am told) is to emulate pressing the "Enter" key but I have no idea how to do that! Any help would be appreciated!! Wendy -- Wendy5 ------------------------------------------------------------------------ Wendy5's Profile: http://www.excelforum.com/member.php...o&userid=34764 View this thread: http://www.excelforum.com/showthread...hreadid=545256 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thank you for the information but it did not work. Do you have any other ideas? ![]() -- Wendy5 ------------------------------------------------------------------------ Wendy5's Profile: http://www.excelforum.com/member.php...o&userid=34764 View this thread: http://www.excelforum.com/showthread...hreadid=545256 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think I'd go back to that person who said to "enter" the data to find out what
he/she meant. Wendy5 wrote: Thank you for the information but it did not work. Do you have any other ideas? ![]() -- Wendy5 ------------------------------------------------------------------------ Wendy5's Profile: http://www.excelforum.com/member.php...o&userid=34764 View this thread: http://www.excelforum.com/showthread...hreadid=545256 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
One command in one cell initiating another command in another cel. | Excel Worksheet Functions | |||
command code ( GOTO command) in formula | New Users to Excel | |||
command button add another command | Excel Discussion (Misc queries) | |||
Pivot Table Error Message - "Command Text not set for command obje | Excel Discussion (Misc queries) | |||
I want to combine a "match" command with a copy and paste command. | Excel Programming |