Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Fellow Programmers!
ListBox1.RowSource = "Sheet1!IE3:IE200" Dim sStr As String Dim dblVal As Double sStr = "! " iloc = InStr(1, sStr, "%") If iloc < 0 Then dblVal = CDbl(Left(sStr, iloc - 1)) Else dblVal = 0 End If The idea is to have the Listbox pull the information from Sheet1 IE3:E200 and delete every piece of text after the "!". Now the huge gap is because I didn't know how to accomadate the code to look for what to delete after the "!". Any help is much appreciated...I'd like this to work with the Userform_Activate. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Wow... Anyone ever seen this happen? | Excel Discussion (Misc queries) | |||
How do I make this happen | Excel Worksheet Functions | |||
Why is that happen ? | Excel Worksheet Functions | |||
Cell Change activating macro. How do you make it happen? | Excel Programming | |||
Can I make some thing happen if I get a "reminder" | Excel Programming |