D
Diana
Hi,
I want to run this macro when I press Enter:
"select the client to create the invoice moving with the arrows or
going directly with the mouse and when I press enter on that client
send the data to the invoice sheet"
Sub sendclient ()
client=Selection.value
SHEETS("invoices").select
range("A5").value=cliente
End Sub
"The client is in column 2"
Thank you
I want to run this macro when I press Enter:
"select the client to create the invoice moving with the arrows or
going directly with the mouse and when I press enter on that client
send the data to the invoice sheet"
Sub sendclient ()
client=Selection.value
SHEETS("invoices").select
range("A5").value=cliente
End Sub
"The client is in column 2"
Thank you