i am using this macro
- Code: Select all
Sub lay()
Sheets("Control").Range("AN13:AO13").Value = "LAY"
Application.Wait Now + TimeSerial(0, 0, 3)
Sheets("Control").Range("AN13:AO13").Value = ""
End Sub
to pupulate 2 cells i then have 2 BA sheets linked to these cells to place the bets, yet when i run macro it populates the BA sheet with LAY but nothing happens, if i do it manualy it works.
Do i need to activate these cells for it to work?