|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Lets say cell B2 has "0308" for info. How can I get only the first 2 digits "03" copied to another cell? How can I select part of an information in a cell?
|
|
#2
|
||||
|
||||
|
You wouldn't select part of the information in a cell. You would get the contents of the cell and then use mid or left (if they exists in vba) to return the data you want.
|
|
#3
|
|||
|
|||
|
I used Mid and it worked fine! Thx a lot!
|
|
#4
|
||||
|
||||
|
your welcome.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Getting info from a cell |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|