Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

excel functions and vb.net functions

Status
Not open for further replies.

davikokar

Technical User
Joined
May 13, 2004
Messages
523
Location
IT
Hallo, I was wondering where I can find a list of corresponding functions between excel and vb.net. Sometime they have the same names but they behave differently. For example I was trying to find some vb.net functions that would behave like the "search" and the "replace" function in excel. Do you know where I should look? thanks
 
>>Search
indexOf() function

>>Replace
.replace() function

try the msdn site...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top