suprsnipes
Active Member
- Joined
- Apr 26, 2009
- Messages
- 434
I need some help modifying the following macro.
I want to change the ActiveCell to a specific address, in this case A1. In what way do I need to modify the above macro?
Regards,
suprsnipes
Code:
Sub YHOO_Buy()
Dim Id As Long
req = "buy_1000_YHOO'"
Id = Round((Date - 39000 + Time) * 1000000, 0)
ActiveCell.Value = "=dem|ord!'id" & Id & "?place?" & req
End Sub
I want to change the ActiveCell to a specific address, in this case A1. In what way do I need to modify the above macro?
Regards,
suprsnipes