Ok, well I am new to VB, but have a general idea of it, and im trying to make a program that does the following (and it fairly simple)
button 1 = Open
button 2 = search and replace
textbox = text to search for
replace = a given, non changeable number..
so i want to replace all instances of
67632 with 10000000, but lets say another user has
67631, and needs it replaced with 10000000
how can I make this work?