Temjeh
XLDnaute Accro
Bonsoir à tous
Dans userform je fait copier/coller une adresse web et j'aimerais ajouter +10 au 2 derniers chiffres dans textbox:
'http://findaperson.canada411.ca/10649/search/Replay?search_id=40151360884300085784&lower=11
Donnerais avec clic bouton:
'http://findaperson.canada411.ca/10649/search/Replay?search_id=40151360884300085784&lower=21
Clic:
'http://findaperson.canada411.ca/10649/search/Replay?search_id=40151360884300085784&lower=31
Du genre
Right(TextBox1, 2)=Right(TextBox1, 2)+10
Merci beaucoup
Temjeh
Dans userform je fait copier/coller une adresse web et j'aimerais ajouter +10 au 2 derniers chiffres dans textbox:
'http://findaperson.canada411.ca/10649/search/Replay?search_id=40151360884300085784&lower=11
Donnerais avec clic bouton:
'http://findaperson.canada411.ca/10649/search/Replay?search_id=40151360884300085784&lower=21
Clic:
'http://findaperson.canada411.ca/10649/search/Replay?search_id=40151360884300085784&lower=31
Du genre
Right(TextBox1, 2)=Right(TextBox1, 2)+10
Merci beaucoup
Temjeh