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
What is the VB code to extract all fields from an access query/table?
How to change the regualr property to the automated property for which the automated property is working fine
How do I pass command line values to a VB .exe
How do I show comments without showing tracked changes via code (C#)?
IAT patching, problem when calling back to original target function?
VM ware esxi 4 hungs with a massg "VM ware loaded sucsessfuly"
read pdf from blob column write to file
Is it possible to color code a chart in a Crystal Report according to a Formula?
SELCT statement based on Javascript Image change code
XML parsing with minidom