M
Matthew Dyer
First, I want to thank everyone for all their help throughout today. I
appreciate it more than you can imagine!
I want my macro to output the text "Max DPD=" and the value of the
variable of Maxdpd all in the cell K3. This is what I've attempted,
but of course it doesn't work. Why not? How can I get it to work?
Range("k3").Value = "Max DPD=" + Maxdpd
appreciate it more than you can imagine!
I want my macro to output the text "Max DPD=" and the value of the
variable of Maxdpd all in the cell K3. This is what I've attempted,
but of course it doesn't work. Why not? How can I get it to work?
Range("k3").Value = "Max DPD=" + Maxdpd