Microsoft
Software
Hardware
Network
Question : excel string functions
i want to strip the left and right of the textual value:
i have this... GECommonUI
i want to get this... GECommonUI
thanks all
Answer : excel string functions
=MID(A1, FIND(">", A1, 1) + 1, LEN(A1) - FIND("<", A1, 2))
Random Solutions
create a for each loop for javascript in c#
Updating JAVA Control Panel settings.
Setting the text box value within DetailsView ?
Hide/Unhide Objects through VBA
seamless redundant internet connections
Opening modal from code behind
Mysql CASE HELP - MARGIN CALC
error :conversion of a char data type to a datetime data type
Migrate from workgroup to domain
sending mail through command line