Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following simple code:
sTxt = Mid(sSentence, 14, 5) This code copies 5 characters from the string contained in the variable "sSentence", starting at position 14. My question is, is there another way to do the same exact thing WITHOUT using the "Mid()" function??? I'm basically trying to find other ways to extract substrings without using the MID() function. Thank you! Robert Crandal |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open Userform two ways | Excel Programming | |||
The error of my ways. | Excel Discussion (Misc queries) | |||
different ways to copy a range? | Excel Programming | |||
Ways of Summarising data | Excel Discussion (Misc queries) | |||
Ways to activate a macro | Excel Discussion (Misc queries) |