ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Copy content of ActiveCell in a variable (https://www.excelbanter.com/excel-programming/374611-copy-content-activecell-variable.html)

Ulrik loves horses

Copy content of ActiveCell in a variable
 
Hi,

I would like to copy the content of an active cell in to a (text) variable
called Invoiceref.

Afterwards I want to combine this variable with another text variable to
come to a unique invoice reference

What would be the macro language to realize the copy into the first variable

Many thanks upfront



Trevor Shuttleworth

Copy content of ActiveCell in a variable
 
Dim Invoiceref
Invoiceref = ActiveCell.Value

Regards

Trevor


"Ulrik loves horses" wrote in
message ...
Hi,

I would like to copy the content of an active cell in to a (text) variable
called Invoiceref.

Afterwards I want to combine this variable with another text variable to
come to a unique invoice reference

What would be the macro language to realize the copy into the first
variable

Many thanks upfront





Ulrik loves horses

Copy content of ActiveCell in a variable
 
Thanks Trevor

"Trevor Shuttleworth" wrote:

Dim Invoiceref
Invoiceref = ActiveCell.Value

Regards

Trevor


"Ulrik loves horses" wrote in
message ...
Hi,

I would like to copy the content of an active cell in to a (text) variable
called Invoiceref.

Afterwards I want to combine this variable with another text variable to
come to a unique invoice reference

What would be the macro language to realize the copy into the first
variable

Many thanks upfront







All times are GMT +1. The time now is 03:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com