PDA

View Full Version : How Can I Build Chat with Vba?



icemail
10-10-2019, 07:55 AM
Hello i wish build some offlane chat with vba. example Abot, Bbot, Cbot, Dbot....How can i send message and take them back? example

Human = Hello => from textbox
ABot = range("A1").value
BBot = range("B1").value
Cbot = range("C1").value
Dbot = range("D1").value

Human = How are you => from textbox
ABot = range("A2").value
BBot = range("B2").value
Cbot = range("C2").value
Dbot = range("D2").value

thanks