Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
In VBA, how can I hold the macro until press a assigned key. Example! sub copy_value() Activecell.copy (the macro hold and waiting press a assigned key.) activecell.select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False end if |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why not give the user an Application.Inputbox so they can choose a range
into which the Paste goes ? Check the help for relevant arguments. NickHK "Lotuxel" wrote in message ... Hi All, In VBA, how can I hold the macro until press a assigned key. Example! sub copy_value() Activecell.copy (the macro hold and waiting press a assigned key.) activecell.select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False end if |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sendkeys(keys,wait) how do I use wait | Excel Discussion (Misc queries) | |||
Should I Wait? | Excel Discussion (Misc queries) | |||
Help with Wait X Then Go | Excel Programming | |||
Wait for FTP | Excel Programming | |||
Wait less than a second | Excel Programming |