P
pwz
Hi All,
Any error with the codes below? The input box is correctly popped up but
nothing or some other text is pasted.
Sub NewCopy()
Set CopyFrom = Application.InputBox(prompt:="Copy FROM?", Type:=8)
Range(CopyFrom).Copy
ActiveCell.PasteSpecial Paste:=xlPasteAll, operation:=xlNone
End Sub
Thanks in advance!
pwz
Any error with the codes below? The input box is correctly popped up but
nothing or some other text is pasted.
Sub NewCopy()
Set CopyFrom = Application.InputBox(prompt:="Copy FROM?", Type:=8)
Range(CopyFrom).Copy
ActiveCell.PasteSpecial Paste:=xlPasteAll, operation:=xlNone
End Sub
Thanks in advance!
pwz